Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Send email button. Sending to a variable address?

Avatar

Level 2

That's my question...

I have a text field named "Email Address" which value is taken from a XML. It looks like:

Email address: example@ex.com

I need a "Send email" button that sends the email :

- In PDF form format (Not in XML data)

- To the address specified in "Email Address" text field, NOT to a fixed email address.

Is this possible?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

Check the sample below..I am taking the Email address, Subject and Message from the input fields on the form.

https://acrobat.com/#d=pFyQRZ*C1TYAlU*8VOpV8A

To send the PDF as an attachment, you need to change your settings as below.

Submit Email.JPG

Thanks

Srini

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Check the sample below..I am taking the Email address, Subject and Message from the input fields on the form.

https://acrobat.com/#d=pFyQRZ*C1TYAlU*8VOpV8A

To send the PDF as an attachment, you need to change your settings as below.

Submit Email.JPG

Thanks

Srini

Avatar

Level 2

Thank you both!

The two answers were correct but I only could give a vote.

I'm been reading here too: http://www.acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address   (Acroform way

Anyway, I like Srini explained way.

Thanks !!!