Users Identify Required Fields

LikeStuff 20 Aug, 2011
I'm using the wizard and I'm not sure how to add a "*" next to the required fields. I add the below in the "Label Text" but it got stripped.

Name:<span class="required">*</span>


After I save it it looks like this:
Name:<span class=


Thanks!!!
GreyHead 21 Aug, 2011
Hi LikeStuff,

Try single quotes?
Name:<span class='required'>*</span>

Bob
LikeStuff 25 Aug, 2011
This worked. Thanks as always.
This topic is locked and no more replies can be posted.