PDA

View Full Version : Categories, drop downs and check boxes


firstrebel
11-10-2008, 08:49 AM
The current options for the search page are a drop down list if you want only one option to be selected, or multiple check boxes if multiple categories can be selected.

Is there a way to get the multiple check boxes but only allow one selection.

Bob

wrensoft
11-10-2008, 10:22 AM
You would need to create your own custom form to do this.

There is an FAQ about search form creation (http://www.wrensoft.com/zoom/support/faq_howto.html#searchform) here that will get you started.

Ray
11-10-2008, 11:36 PM
Should also mention that checkboxes by nature allow multiple selections. If you want single selections, you should probably be using radio buttons.