I'm working on a form right now that has a question pertaining to location, namely U.S. states. The question is such that it can be answered by one or more state selections. My question is, what's the best way to go about doing this?
The only thing I can think of is to use JS to determine if "State by state" is selected in a dropdown, and if so a small frame of some sort comes up with all 50 states as check boxes. I'm trying to avoid having all 50 state check boxes cluttering up my form. I suppose another option would be to have a hidden div that appears only when the "state by state" option is selected.
But I'm sure there's been others that have done this before, and if they've found an effective solution, I'd hate to reinvent the wheel.
Any help would be much appreciated!