Total novice at programming here looking for some basic understanding.
I am working on a project with several checkbox / dropdown select id's.
ex.
<!DOCTYPE HTML>
<html>
<div class="select">
<select id>
<option>-</option>
<option>2.00</option>
<option>2.50</option>
<option>2.75</option>
</select>
</div>
<div class="checkboxes">
options:
<br>
<input type="checkbox" name="option1" value="O1">O1
<br>
<input type="checkbox" name="option2" value="O2">O2
<br>
<input type="checkbox" name="option2" value="O3">O3
<br>
</div>
</html>
There are about five or six of them in sequence. What I am looking to do (and have no clue how to do it) is make these five selections be sequential (meaning that there is a "Start" button, then you are asked the first question, hit next, asked the second, hit next, etc.. The second to last button is a "Review" where it shows what you answered for each of the questions and on the Review there is a "Submit" button which will do a cogwheel "Submitting..." and then finally submit).
I know how to lay out each of the different select id's (couple examples above), but I've got no clue how to "use" that data, store it, ask for it sequentially, and present inputted information at the end.
I know it's a bit of a headache, but does anyone have any direction they might be able to provide me here?
Thanks so much!
Aucun commentaire:
Enregistrer un commentaire