Failed:Every radio button group should have at least 2 radio buttons

In Build a Survey Form i am unable to fulfil the above mentioned task is there anybody who can help me out ???

Please post your code so that we can see what is happening. Thanks

2 Likes

just completed now it correct all i have to do is name all the radio botton with the same name i-e group1 and with same value i-e 0 to each radio.

thankyou JeremyLT

  <div>
      <label><input type="radio" value="0" name="group1" id="definatily" >Definitely</label></div>
       
       <div>
         <label> <input id="maybe" type="radio" value="0" name="group1">Maybe <label></div>
       
        <div>
          <label><input id="notsure" type="radio" value="0" name="group1" >Not Sure</label>
1 Like

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.