Hi,This code needs to be in a standard button, but it also has a few
problems.The email addresses should be separated with a semi-colon, not
a commaThe line subject.toString(); doesn't do anythingThe csubmîtAs has
a special "i" character.If you don't want a comma used between the
fields in the subject you should use the .join(" ") to use spaces
insteadTry this codevar myDoc = event.target;var address =
"myemail@contoso.com; secondemail@contoso.com";var subject =
[TargetFieldName1.rawValue, Targe...