Remove and bring back between two different select boxes
Hello,
I have two select boxes that I want to show and hide, the only problem I have is that the form information of both select boxes still remains in the page, and I am not able to submit. Is there a way that I can remove and show, so I am able to submit the contents of only one of the select boxes?
Thank you,
Jason
-
- Passing Score:
- <select name="ChapterQuizPassingScore" id="ChapterQuizPassingScore" style="width:174px" class="HiddenPassingScore">
- <option id="passingscore" value="0">Please Select</option>
- </select>
- </div>
-
-
- <div class="Yes">
- Passing Score:
- <select name="ChapterQuizPassingScore" id="ChapterQuizPassingScore" style="width:174px" class="HiddenPassingScore">
-
- <div class="No">
- Passing Score:
- <select name="ChapterQuizPassingScore" id="ChapterQuizPassingScore" style="width:174px" class="HiddenPassingScore">
- <option id="passingscore" value="0">Please Select</option>
- <option id="passingscore" value="1">One</option>
- <option id="passingscore" value="2">Two</option>
- </select>
- </div>
- </select>
- </div>