Form generation problem.
After entering a few items for a drop down list, I get an error complaining that I haven't entered the remaining items on the list. That is, it thinks I shpould have 20 items on the list.
The same problem exists with the radio buttons, it wants 20 of those too!
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Form generation problem.
After entering a few items for a drop down list, I get an error complaining that I haven't entered the remaining items on the list. That is, it thinks I shpould have 20 items on the list.
The same problem exists with the radio buttons, it wants 20 of those too!
Any ideas?
you must be specifying 20 for the size for those fields. for drop down menus the size1 field means the items in the list.
woe!,
Thanks guys, I missed that one,
Robbie