


Hi.
I added the "submit" button to my form, but adobe generates a default message to the body of the email and the recipient email. how do I customize it or eliminate it? see the message below:
Form Returned: MS-New Hire Checklist-color.pdf
The attached file is the filled-out form. Please open it to review the data.
Views
Replies
Sign in to like this content
Total Likes
Hi,
Here is a sample: https://acrobat.com/#d=JXrO*Eb8bm9jtqFWwxYmsA
On the form there are three email buttons.
The first one is a standard button (set to 'regular' type in the Object > Field tab), with a custom script in the click event. This gives you full control over the email recipients, subject line and message. This is probably the approach that will suit you.
The second button is a button, with the type set to 'submit' type in the Object > Field tab. This will just give a standard email message.
The third button is what you already have on your form, a submit button.
Hope that helps,
Niall
Views
Replies
Sign in to like this content
Total Likes
Hi Niall,
Thank you for the information. I tried to use the "submit by email" button but I do not have the "submit" tab as indicated on the "help" section of LC Designer. I only have the "field" tab.
This is why I had to use the "submit" only button.
would you happen to know why I dont have the submit tab?
Views
Replies
Sign in to like this content
Total Likes
Hi,
From the Object Library you can drag different buttons onto the canvas.
If you drag a regular button, it will only have a Field tab:
You can change this to a submit button by selecting the control type, which will give you the Submit tab. Same button, just different control:
The other type of button you can use is a 'Submit by Email" button, which has all of the inputs on the Field tab:
The first button (regular button) is great for building a custom script for all sorts of functions, such as sending emails using data that the user has filled in (eg dynamic at runtime).
The other two are good for standard/hardwired solutions, where you just provide the standard email address at design time.
I hope that helps,
Niall
Views
Replies
Sign in to like this content
Total Likes
Hi Nial,
I hope you can help me with my problem. I sent myself a PDF file to my email and opened it with ADOBE pro. I started working on the file with LiveCycle and then accidently I pressed the X button to close it. The program asked me if I want to save the file and I said "yes" but it never asked me to save it in a specific folder and now I cannot retrieve it. Do you know where it was saved?
Thanks
Views
Replies
Sign in to like this content
Total Likes
Hi,
Two possible options:
Good luck,
Niall
Views
Replies
Sign in to like this content
Total Likes
Hi Nial,
Thanks for the information but I still don't understand how I can REMOVE the automatic pre-filled email body that is populated when I press the "submit" button. Please see attached print screen.
Views
Replies
Sign in to like this content
Total Likes
Hi,
I can't check at the moment, but on the sample form the first 'submit' button is based on custom script, which allows you to provide a custom email message.
The second and third buttons are examples of standard/built-in buttons which will allow you to provide a 'submit' button. However the email message will be the default one and you can't change that.
So, if you are using the 'submit' button you cannot remove the standard message text. Delete this button and drag on a standard/regular button and then have similar javascript in the click event of the button.
Check out the script in the click event of the first button in the sample in the previous post.
Hope that helps,
Niall
Views
Replies
Sign in to like this content
Total Likes