Skip to main content
Known Participant
March 5, 2019
Answered

NEED HELP Submit Button Email Subject Line

  • March 5, 2019
  • 1 reply
  • 1841 views

Hey everyone I'm pretty new at this so please forgive me for being such a noob at this.

I have a form that I want to add a submit button to that will mail to an email address and also include two fields named "Client" and "Dispatch #" into the subject line could someone help me with the script or the steps it takes to make all this happen?

Thank you for your help. 

This topic has been closed for replies.
Correct answer try67

Great, do you mind writing this script for me so that I can add it to my form?

Thank you for your help and if you need more specifics I can send those your way.

Thank you for your help!


The code to use would be something like this:

this.mailDoc({ cTo: "me@server.com", cSubject: this.getField("Client").valueAsString + " " + this.getField("Dispatch #").valueAsString});

1 reply

try67
Community Expert
Community Expert
March 5, 2019
Known Participant
March 6, 2019

Sorry I still don't understand. Could you write a script that does this function in the subject line?

Thank you for your help.

try67
Community Expert
Community Expert
March 6, 2019

Yes.