I am trying to use html to underline a word in the following setFieldValue statement:
setFieldValue(varCommentField,”This has <u>not</u> been designated as a High Impact Regulatory Change or a Complex Regulatory Change as determined by Compliance.”);
The result is exactly what is seen in the statement. The <u> and </u> are being written to the field. How do I change it so the word ‘not’ is underlined?