How is ir possible to modify the mail adress of the recipient of a form?
Copy link to clipboard
Copied
Hello,
I work on Acrobat pro XI and I've prepared a form to be send at many recipient.
When they respond and try to send the form by pressing on "send the form" the adress is always the same and can't be changed. This adress in unfortunately unavaibale 'it's an old one)
How can i change it?
Thanks for your help
Phil
Copy link to clipboard
Copied
You will of course have to change the form. Here is an article that show how to set the email address dynamically.
https://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address
Use the Acrobat JavaScript Reference early and often
Copy link to clipboard
Copied
Check out the following online tool that may help create the script:
nk-inc.com/software/fdftoolkit.net/email-pdf-mailto-generator.aspx
1) To remove usage rights, you can open the PDF in Acrobat, and "Save-As" a new form
2) Then edit the submit button to include the new javascript action on the mouse up event
3) Just copy the script generated from the link above and paste it into the button's javascript action
4) Save the form (enabling usage rights may not be needed with certain email functions)

