Quiz form not submitting, odd submit buttons
-
I’ve created a quiz and have included it on a page. It’s a 30 question quiz with all the questions on one page.
The first issue I’m seeing is that there is no form action on the form. The form tag shows up as:
<form action=”” method=”post” class=”quiz-form” id=”quiz-1″>
The next issue is that this is a one page quiz but at the bottom, the user sees this:
<p>Question <span id=’numQ’>1</span> of 30</p>
<input type=”button” id=”next-question” value=”Next >” /><input type=”button” name=”action” onclick=”Watu.submitResult()” id=”action-button” value=”Show Results” />
And neither button (next question or show results) produces any action when used. Any guidance is greatly appreciated.
Thank you.
- The topic ‘Quiz form not submitting, odd submit buttons’ is closed to new replies.