artoodetoo / formToWizard

Turn any webform into multi-step wizard with jQuery
MIT License
55 stars 26 forks source link

Using formToWizard in .Net #7

Open mfkashani opened 4 years ago

mfkashani commented 4 years ago

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?