Skip to main content
Participant
March 9, 2016
Question

Is it possible to create a 'send by email' button/field without using lifecycle designer?

  • March 9, 2016
  • 1 reply
  • 466 views

Is it possible to create a 'send by email' button/field without using lifecycle designer? Is it possible to flatten the document by default?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 9, 2016

Sure, you can add a button in Acrobat and then set its MouseUp action to submit the form by email.

As the target URL enter something like this:

mailto:me@server.com

(use your own email address, of course)

Flattening the file is only possible if the use has Acrobat. Assuming they use the free Reader the best that can be done is either to digitally sign the file, which doesn't flatten it but it does prevent the fields from being edited, or to set the fields as read-only using a simple script.

luketssAuthor
Participant
March 9, 2016

Great - thanks for this. So ignore the requirement to flatten, what script do i add in order to make it a 'send by email' button?

try67
Community Expert
Community Expert
March 9, 2016

You don't need any script. Just follow my instructions above.

If you get stuck specify at what point it happened, as well as your version of Acrobat.