Validation option buttons

Y

YoJa

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?
 
M

MD Websunlimited

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.
 
Top