Hey Bibhu,Thanks for much for your help so far. You must please forgive
my ignorance but I tried to copy your script in and made the changes as
shown in screenshots.Keep getting Syntax errors, not sure what could be
the problem.var mail;var add = SupervisorEmailAddress.rawValue; var
subject = sub.rawValue; mail = "mailto:" + add+ "?subject=" + subject
;event.target.submitForm({cURL : mail,bEmpty : true,cSubmitAs :
"PDF",cCharset : "utf-8"});