How to hide my bottom fields validation error?

By: Chris Slabbert | Asked: 12/20/2023
ForumsCategory: Code HelpHow to hide my bottom fields validation error?
Chris Slabbert asked 7 months ago
I\'d like to hide the bottom field validation error for field ID6 in form ID2. I\'ve tried various CSS codes of my own including this one that was given to me by another support agent of Formidable Forms, however, none has worked so far.

#frm_error_field_6 {
display: none !important;
}

I\'d very appreciate assistance on this matter.
Rob LeVineRob LeVine replied 7 months ago

Please provide a link to the page.

Chris Slabbert replied 7 months ago

https://africalandtour.com/
Under Destination > Tour Options.
I'd like to hide bottom validation for all fields within that form, so I'd appreciate if anyone could provide a solution for me that will lead to such outcome, I don't mind individually disabling them field by field.

1 Answers
Best Answer
Rob LeVineRob LeVine answered 7 months ago
To hide all the errors on your form you can use this (though I don't know what unintended consequences it might have). .frm_error { display: none; } To hide just that one field, you can do this (using the field key, not the id) #frm_error_field_mpcec { display: none; }

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right