I am embedding an E10 form into an HTML Elq landing page. It's a long form, so I've added jquery accordion to break it up. My submit button is in its own tab of the accordion. The way livevalidation works, there is a chance that if the user never focuses on a required field, there will be no error invoked until the submit button is clicked. However, once this happens, the offending field will be hidden in the closed accordion tabs, so I want to at least display an error message at the submit button that they need to go review (and at that point the error will be highlighted when they find it).
I can't find where in livevalidation that I can pop a generic error message if any field has an error. Any ideas?
Thanks,
Jim