If you want to make <select> field as a required field then you have to do like this
<select name="" required x-moz-errormessage="Please Select the Field"> <option value="">Select the Field</option> <option value="One">One</option> <option value="Two">Two</option> </select>
No comments:
Post a Comment