Copy link to clipboard
Copied
I have a form that can be submitted as a Rush request or a Regular request. I have already written my script to include Rush or Regular in the email subject line. I would like to know if there is a way I can automatically make the email (Outlook) High Importance when the Rush timeline is selected? I am also not sure if this code would be added to the email code or to the Timeline field for Rush?
This is what my email code looks like:
// Set the subject and body text for the email message
var cSubLine = this.getField("Timeline") + " " + "Request Form";
var cBody = "Thank you for submitting your form.\n"
Thanks!
Copy link to clipboard
Copied
There isn't a way to set that using JavaScript. It requires setting a particular header in the email, but it's not supported.
Copy link to clipboard
Copied
Thanks! After I did a little more digging into it, I figured as much.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now