Have any of you Formidable brainiacs moved the field validation error notification box from the top of the form to the bottom? If so, care to share some code? If not, and you know how to do it, please share some code! 🤓
I don't know if there are any repercussions on adding this jQuery to your page's After Fields (Settings->Customize HTML), so you'll have to see how it goes.
If you want to put it above the Submit button, you can change the line containing "insertAfter" to $("div.frm_error_style").insertBefore("div.frm_submit");
Please login or Register to submit your answer