Remove and bring back between two different select boxes

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 



  1.   Passing Score:
  2.  <select name="ChapterQuizPassingScore" id="ChapterQuizPassingScore" style="width:174px" class="HiddenPassingScore">
  3.     <option id="passingscore" value="0">Please Select</option>
  4. </select>
  5. </div>


  6. <div class="Yes">
  7.   Passing Score:
  8.  <select name="ChapterQuizPassingScore" id="ChapterQuizPassingScore" style="width:174px" class="HiddenPassingScore">
  9.     
  10. <div class="No">
  11.   Passing Score:
  12.  <select name="ChapterQuizPassingScore" id="ChapterQuizPassingScore" style="width:174px" class="HiddenPassingScore">
  13.     <option id="passingscore" value="0">Please Select</option>
  14.     <option id="passingscore" value="1">One</option>
  15.     <option id="passingscore" value="2">Two</option>
  16. </select>
  17. </div>
  18. </select>
  19. </div>