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...