Hi,
I am using the buttonset like this:
- <div id="RadioQ1">
- <input type="radio" name="RadioQ1" id="RadioQ1Yes" style="width: 150px;">
- <label for="RadioQ1Yes" style="width: 150px;">1</label>
- <br><br>
- <input type="radio" name="RadioQ1" id="RadioQ1No" style="width: 150px;">
- <label for="RadioQ1No" style="width: 150px;">2</label>
- </div>
with a submit button btnRegister
I would like to ask how can I make the RadioQ1 required just like the input text's required?
Thanks,
Jassim