html - How to check multiple radio button, radio buttons having same name? -


i want check multiple radio buttons, radio buttons having same name different ids.

here html code,

 <span style="float:left;margin:0 0 0 10px">proactivity</span>         <label for="q11" style="width:auto;margin:0 60px 0 0;padding:0;"><input type="radio" id="qq[]" class="styled" value="proactivity > poor" name="q11[]">poor</label>         <label for="q11"  style="width:auto;margin:0 18px 0 0;padding:0;"><input type="radio" id="qqa[]" class="styled" value="proactivity > good" name="q11[]">good</label>          <br/><br/>         <span style="float:left;margin:0 0 0 10px">service/support</span>         <label for="q11" style="width:auto;margin:0 60px 0 0;padding:0;"><input type="radio" id="qq[]" class="styled" value="service/support > poor" name="q11[]">poor</label>         <label for="q11"  style="width:auto;margin:0 18px 0 0;padding:0;"><input type="radio" id="qqa[]" class="styled" value="service/support > good" name="q11[]">good</label>          <br/><br/>         <span style="float:left;margin:0 0 0 10px">provision of <br />specialist skills</span>         <label for="q11" style="width:auto;margin:0 60px 0 0;padding:0;"><input type="radio" id="qq[]" class="styled" value="provision of specialist skills > poor" name="q11[]">poor</label>         <label for="q11"  style="width:auto;margin:0 18px 0 0;padding:0;"><input type="radio" id="qqa[]" class="styled" value="provision of specialist skills > good" name="q11[]">good</label> 

you can't. radio buttons there single choice. multiple choices, need checkboxes.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -