I have a question form which have many question with select option of yes or no i need help.
for example Question no 1 have 3 options which have 3 select field of yes or no
<br><div class="form-group"> 1. <label for="q1"> Are you presently taking Tobacco/Alcohol/Drugs/Medicines in any form during the past 12 months? </label><br>
Insured: <select name="q1opt1" data-placeholder="" class="flat-select" id="q1" type="select">
<option value="Yes" checked>Yes</option>
<option value="No">No</option>
</select>
Spouse: