Copy link to clipboard
Copied
Hello,
I've created a form with a Submit form action. My boss wants to change the default wording on the email sent when someone uses the Submit form button. Is there a script that will help me do that?
Copy link to clipboard
Copied
What is your script?
Copy link to clipboard
Copied
You can use something like this (note "\n" is used to insert line-breaks in the email body):
this.mailDoc({cTo: "boss@company.com", cSubject: "Email subject line", cMsg: "Email main body goes here.\nNew line of message body.\n\nThank you"});