Skip to main content
CParrett
Participant
March 17, 2016
Question

Help with email message template.

  • March 17, 2016
  • 1 reply
  • 610 views

When my PDF is complete and the user sends "Submit", the following message is displayed in the body of the email "The attached file is the filled-out form. Please open it to review the data."  How is this edited?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 17, 2016

Assuming you're using the mailto command in your target URL you can specify your own subject line and message body, like this:

mailto:me@server.com?subject=Subject line of the email&body=The message body of the email

CParrett
CParrettAuthor
Participant
March 17, 2016

So next to the email address, use the above template to change the default Subject and email body.  Works great, thanks!