Assistance Required - JavaScript Syntax Error: missing }
I have wititen this script however, I am getting the following Sytax error: missing } after property list 4 at line 5
see the script below:
{app.alert("Before sending to PC for review, admins please review the following, -Travel Application Details -Cost Breakdown -Private Travel Plan",3)
var cAlert=app.alert("are we ready to send to PC for review?",3,2)}
this.mailDoc({cTo: this.getField("Email Address"), cCc: "manager@email.com",
cSubject: "Travel Application+this.getField("FullName TravellersRow1").valueAsString+this.getField("City 2").valueAsString+this.getField("Departure Date").valueAsString",
cMsg: Please see the attached for your review and complete the 'Travel Justification'section. Refer to the form with a yellow box labeled ' Send to Admin', click the box and this will auto-generate an email back to the admin. admin will then process the rest of your application and progress to the Manager and Assistant Executive Director for review, sign-off, and approval."});}
