Skip to main content
daver53065339
Participant
January 10, 2018
Answered

Adding more than one email to a 'Submit Form' button option

  • January 10, 2018
  • 2 replies
  • 718 views

I need to add more than one email address to to my 'Submit Form' button in Indesign. This is probably a code thing and can be done easily but I haven't a clue. Any ideas?

This topic has been closed for replies.
Correct answer try67

If you want to always use the same addresses you just need to specify them in the target URL of your submit button, using the correct syntax, like this:

mailto:me@server.com,you@server.com

If you want to use values from field, for example, then it would require using a script.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
February 9, 2018

If you want to always use the same addresses you just need to specify them in the target URL of your submit button, using the correct syntax, like this:

mailto:me@server.com,you@server.com

If you want to use values from field, for example, then it would require using a script.

Steve Werner
Community Expert
Community Expert
January 10, 2018

It's not something that can be done in InDesign.

Ask in the Acrobat PDF forum to see if it can be edited there or accomplished with JavaScript.

PDF forms