Skip to main content
Participant
November 29, 2016
Question

Sending field data in email body

  • November 29, 2016
  • 1 reply
  • 509 views

I have a really long pdf form that asks people to fill out responses to a lot of questions.

For example on page 1, it asks

First Name:

Last Name:

Phone Number:

Email Address:

The subsequent pages ask for more detailed information.

I would like to manage the responses in my email client, but don't want to receive the full PDF (Large File)

Receiving fdf file is also not what I'm looking for.

I would basically like to receive an email, like the above, with the response from each field written in line. LIke this;

First Name: John

Last Name: Smith

Phone Number: 123456789

Email Address: john@smith.com

Is this possible?

I've seen that you can fill the to: field and cc'd: fields with responses, but have not seen that the full body text can be included.

Any help would be amazing!

Thanks,

Dave.

This topic has been closed for replies.

1 reply

Joel Geraci
Community Expert
Community Expert
November 29, 2016

Use app.mailMsg. The example in the documentation at the URL below shows how to format the body of a message with text from the fields.

app methods