formToWizard
formToWizard copied to clipboard
Using formToWizard in .Net
It seems this won't work if "form" tag is remove or changed to "div". I am trying to use this in .Net aspx file that uses a master page. Master page already has a "form" tag and it won't allow two form tags inside a page. If I leave it there, all wizard steps all show at once.
Also, as soon as I click inside an input field, I get JS error in jquery.validate file: "JavaScript runtime error: unable to get property 'settings' of undefined or null reference"; I am guessing because I removed "form" tag.
Has anyone used this in an aspx file and knows how to get around it?