Copy link to clipboard
Copied
Hi,
I have a form with 3 radio button selections, Green, Yellow, and red. When an email button is selected it creates an email with information from the form. How can I change the font color of the returned text in the email. For instance If the red radio button is selected I want to return the word Red in the color red. I am using this.getField("Group1").value to return the radio button that is selected. Thanks
Copy link to clipboard
Copied
Impossible.
You can only pass plain text to the email, without any attributes.
Copy link to clipboard
Copied
The way to get around the plain text limitation is to have the PDF submit to a custom server script, that then sends out an HTML email.