Expand my Community achievements bar.

Send E-mail Using User Information put into Specific Fields

Avatar

Level 2

Hello once again, hopefully someone can assist me yet again on these wonderful forums.

I am looking to take certain fields, from the pdf form attached below, and have them sent via email. I know how to attached the pdf as a whole in an email but we would really like to have specific fields sent only.

Example: In the attached form, we would like "requested_by" and "organ_code" sent via email ONLY.

Does anyone know how to do this? Putting it directly into the form attached and posting it again on this thread would be great!

Thanks in advance!

2 Replies

Avatar

Former Community Member

You can send those fields and their values in an XML file as an attachment.

Avatar

Former Community Member

Here is a modified sample. There are a number of wys to accomplish this. I used the Acrobat method of scripting to the email api. I think this is the most logical and easiest to follow for people who are not that familiar with coding. The code is on the click event of the button at the bottom of the form.

Paul