I have a jQuery form which was created by idealforms.
These forms are validated by the jQuery which alerts the user to errors and more info. but whenever a page loads with ideal forms intergrated, the page loads on the form with a form error message displays for the first field i.e “Required Field”.
I have never encountered an issue like this and would like the form to not display an error until the user clicks the field and load the webpage at the top.
I have numerous pages with this error, an example is here https://dl.dropbox.com/u/104598901/Website/business.html
I look forward to getting this issue resolved and welcome any comments.
Thanks
I’m the developer of Ideal Forms. By default this shouldn’t happen unless you use the
focusFirstmethod. Delete line 233 in your HTML.That will do.