Solved
So, I want to make my custom error message "look good" - it seems I'm very limited
related to an earlier question, I plan to use a customized error message - but it seems very restrictive. No rich content editor (like other messages), no images, no tables, etc. I tried creating a General message and hoped I could choose it for the error message...but alas, nope. I have to use a "validation message" which is highly restrictive.
Another solution could be if in a multiple choice question I could show a different error (validation) message for each choice made. It seems that I only get one message per question rather than per choice.
Any help will be appreciated.
Best answer by TomG
You can include html tags in a validation message so you can make it look however you want. For example, if I wanted a right aligned validation message it would look like:
```
<div style="text-align:right">This is a right aligned validation message.</div>
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.