highlight required fields instead of error message

MR

New Member
hello,
i have a form with multiple fields and i need to highlight those fields after submit or click on the next botton in the page break without showing the error message on the form.

how can i do so ? the documentation in wiki is broken ? no images showed.

thnx
 
The fields are always highlighted.
In an ajaxfied (popup) form the error messages are in a tooltip.
If you want to hide the message in a standard form you have to do it via custom CSS (CSS class is FabrikErrorMessage) or a custom form template (see your other thread).
 
Back
Top