|
|
How do I make checkbox, choice and dropdown fields required?
Author: Eileen Wilde Reference Number: AA-00190 Views: 9089 Last Updated: 08/10/2009 11:39 AM |
0 Rating/ Voters
|
|
The “required” attribute for these elements is set in another way because of their features in the HTML specification. As with other fields, you need to specify them in config.php:
Example:
Also, you have to create a hidden field with the same name and a blank value:
Example:
|
|
|