(0030143)
bas (developer)
07-08-07 14:20
edited on: 07-08-07 14:21
|
Fixed checking code, it will now require all required fields. (Javascript in the page will not check other type then textline but php will). Changed order of messages also. It will first require all required fields and then ask to subscribe to at least one list.
Be aware that requiring a checkbox means requiring it to be CHECKED. If you want to force a yes or no choice try 2 option buttons ('radio') or a dropdown. A 3 state checkbox could solve this but is basically a bad interface choice.
|