I used a ready made step by step wizard script but the form fields are not getting submitted. What could be the issue ? The JS is triggering fine in the end but its not fields are not showing.
I tried adding jquery also but same result.
Any help would be appericiated.
Thank you.
It's because you have two <form> elements. You probably want to delete the first one and change the action="test.php" of the second form that actually contains your questions.
The first thing I noticed is that your submit/next buttons are outside the form and therefor not associated with the form. Also you have two forms.