Hi,
I have a netwebform with Tab Style set to Wizard. It has worked for a while but all of the sudden the "wizard logic" is broken.
When first opened the Previous AND Next buttons are both enabled, but they are not responding when clicked. The Save button is disabled as expected. Only button that works is Cancel.
I've made several changes to the form but even after removing those the wizard doesn't work.
I have experienced this once before a while ago and IIRC I had to create a new procedure all over. However, this is not desirable as the form has 6 tabs and a load of embedded code so I'm looking for suggestions for what to do/where to look. Firebug is of no help since the wizard buttons dissappear when you start Firebug.
It's a major show stopper for us as we depend on this wizard for enrolling new customers into the system.
TIA
Peter
UPDATE: Finally, I managed to get the form working again. I did find two <br> tags in my xHTML and corrected them to <br />. However, that didn't help (besides, they had been there all along). Then, after switching the tab style back and forth between 'Wizard' and 'Default' a number of times (compiling after each change) all of the sudden the form worked as expected. That's good but I'm not convinced I found the real cause of the problem. Keeping my fingers crossed that it won't happen again!
Peter