Is there a way I can show a field when there is an error on a form? It's a multipage form that has a vehicle VIN field that I do a check on from with the validation. I'd like to show a confirmation field if there is an error that would require them to confirm before proceeding.
Please login or Register to submit your answer
I suspect you can create a targeted trigger based on how the error occurs. Is the error shown on a submission or is it a custom error? You can do some jQuery.... hasClass do this based on jQuery document load.
This might be an example you would merge with the above -> https://formidableforms.com/knowledgebase/javascript-examples/#kb-conditionally-hideshow-a-field