I knew radio buttons allow for a single selection,
but mine allows multiple button selection.
please i need a solution.
thanks.
capton 0 Newbie Poster
Recommended Answers
Jump to Post— mikulucky 25Have you specified that they are in a group, they only allow for single selection if they are part of a group.
For example
<input type="radio" name="group1" value="PersonA"> <input type="radio" name="group1" value="PersonB"> <input type="radio" name="group1" value="PersonC">
Jump to Post— mikulucky 25<td> tags are for tables not for the selection of radio buttons. to group radio buttons together, the names of all the radio buttons should be the same, like in the example I have shown you above.
All 7 Replies
mikulucky 25 Junior Poster in Training
capton 0 Newbie Poster
mikulucky 25 Junior Poster in Training
Member #120589
capton 0 Newbie Poster
pritaeas 2,276 Most Valuable Poster Moderator Featured Poster
capton 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.