This content has been marked as final.
Show 4 replies
-
1. Re: How do I create a submit button for my form? I would like it to send the completed PDF to an email address
moden9999 Oct 28, 2014 11:33 AM (in response to moden9999)nobody??????
-
3. Re: How do I create a submit button for my form? I would like it to send the completed PDF to an email address
moden9999 Oct 30, 2014 10:27 AM (in response to jnicholas330)Thanks for the input. I think you might have a different version of LiveCycle than the copy I have since it looks a little different. However, I found the answer in Adobe help. I had to type "mailto:" before the email address to indicate it's an email and not a URL. See below.
- To collect form data as attachments to email, type mailto: followed by the email address. For example, mailto:nobody@adobe.com.
-
4. Re: How do I create a submit button for my form? I would like it to send the completed PDF to an email address
NKOWA555 Oct 31, 2014 4:09 AM (in response to moden9999)If you set the submit button using the mailto command, the end users will need client-side email software setup correctly.
To bypass client-side email software you can set the submit button to point to a server-side script such as PHP or ASP.net.
For online examples:


