Limiting multiple selections : FP2003

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

Ian Haynes

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

jmpatrick63

Thanks. I found a nifty little Javascript that was easy to use and
works great.
 
Top