I'm using the following script to customize the email submission of a
form:var oDoc = event.target;oDoc.mailDoc({bUI: true,cTo:
"user@company.com",cSubject: "New CCR Form submitted on " +
CurrentDate.rawValue + " by " + teamLead.rawValue,cMsg:
teamLead.rawValue + " has submitted a new Change Control Request
form."+"\nPlease review and complete the Impact Assessment section, and
if approved, submit to the IT Manager for further approval.\n\nREQID:" +
REQID.rawValue + "\nDue Date: " + dueDate.rawV...