Skip to main content
Participant
February 16, 2018
Question

How is ir possible to modify the mail adress of the recipient of a form?

  • February 16, 2018
  • 2 replies
  • 443 views

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

This topic has been closed for replies.

2 replies

NKOWA555
Inspiring
February 17, 2018

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)

Thom Parker
Community Expert
Community Expert
February 16, 2018

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

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often