Can I have a max and min selection using radio buttons?

D

david

I would like the be able to ask a user from a web form to select 3, and
only three items from a list of (say) 10
Is there a method where I can say that any three radio buttons are valid.

Thanks
 
D

David Dorward

david said:
I would like the be able to ask a user from a web form to select 3, and
only three items from a list of (say) 10
Is there a method where I can say that any three radio buttons are valid.

No. This sort of thing would require checkboxes and a server side script to
verify data integrity. You could also use JavaScript on the client to help
reduce the chance of the user trying to submit a different number of items.
 
D

david

thought so, but thanks anyhow......

David said:
david wrote:




No. This sort of thing would require checkboxes and a server side script to
verify data integrity. You could also use JavaScript on the client to help
reduce the chance of the user trying to submit a different number of items.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top