Validation option buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that contains several option buttons for a visitor to our
website to chose. We want the user to be able to pick no more than 2. How
can I do that?
 
Hi YoJa,

You'll need to utilize clientside scripting (recommended) to check each.

Note: Option buttons should be used to group like choices. Check boxes should be used to allow a selection of choices.
 
Back
Top