This content has been marked as final.
Show 1 reply
-
1. Re: Need help designing multi-level choice form.
try67 Apr 7, 2013 6:58 AM (in response to BSisson)From the screenshot it seems that multiple selections are possible in this
form, so drop-downs and radio-buttons are out of the question anyway since
they only offer a single selection. What you're left with are:
- Check-boxes
- A list box
- A button that pops open a menu displaying the items, combined with a text
field that shows the selected items.
The latter option requires a bit of scripting. The first two are more
simple to implement.



