Customize HTML issue with error text
-
I’m trying to add a class to the error text using the Customize HTML page in the form. I have successfully added classes to other parts of the form (form, descriptions, labels, etc.), but the error text disregards any changes I make.
[if error]<div class="my-style" id="frm_error_field_[key]">[error]</div>[/if error]continues to show up as
<div class="frm_error" id="frm_error_field_3">Please enter a valid email address</div>This is happening for all fields. I am using the JS validation if that matters.
Thanks in advance for any help you can provide!
The topic ‘Customize HTML issue with error text’ is closed to new replies.