Limiting multiple selections : FP2003

  • Thread starter Thread starter jmpatrick63
  • Start date Start date
J

jmpatrick63

I'm creating a web poll that asks visitors to select from several
check boxes. Is it possible to limit the number of check boxes they
are able to check?
 
I'm creating a web poll that asks visitors to select from several
check boxes. Is it possible to limit the number of check boxes they
are able to check?

There's no instant way you can do that, it will need script of some sort.

You'd count the number of checkboxes that had been checked and then disable
the remaining ones when the limit has been reached.

It's not something I've seen a pre-made script for so would need creating
specifically.
 
Thanks. I found a nifty little Javascript that was easy to use and
works great.
 

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

Similar Threads


Back
Top