renegade420
02-11-2008, 09:18 AM
Hello,
I'm creating a form/questionaire.
If the user does not answer all questions then they cannot submit the survey. I would like to know how to make the radio buttons "optional". I have attached some of the code below! I have heard that you could make radio buttons hidden but I'm not sure how to incorporate it within this code. any help would be appreciated greatly!!
Thanks!
>Q1:</b> How would you rate our website</label></p>
<ul>
<input id=Q1 type=radio value=5 name=Q1
> 5
<input id=Radio1 type=radio
value=4 name=Q1> 4
<input
id=Radio2 type=radio value=3 name=Q1> 3
<input id=Radio3 type=radio value=2 name=Q1
> 2
<input id=Radio4 type=radio
value=1 name=Q1> 1</ul>
I'm creating a form/questionaire.
If the user does not answer all questions then they cannot submit the survey. I would like to know how to make the radio buttons "optional". I have attached some of the code below! I have heard that you could make radio buttons hidden but I'm not sure how to incorporate it within this code. any help would be appreciated greatly!!
Thanks!
>Q1:</b> How would you rate our website</label></p>
<ul>
<input id=Q1 type=radio value=5 name=Q1
> 5
<input id=Radio1 type=radio
value=4 name=Q1> 4
<input
id=Radio2 type=radio value=3 name=Q1> 3
<input id=Radio3 type=radio value=2 name=Q1
> 2
<input id=Radio4 type=radio
value=1 name=Q1> 1</ul>