+ 2
what if i does not include name="gender" in the form
4 Answers
+ 1
If you don't specify a name attribute in a radio button, you will be able to select more than one option and u won't be able to unselect the selected options, while a radio button should only accept one option. Helpful?
+ 1
While in a checkbox, there won't be any physical difference. But you will not be able to collect information from the checkbox without a name attribute.
0
bro post complete code. i help you okay ?
0
Then the data of that input field will not be send at all.. You have to write name attribute.