Turning off required field help
Turning off required field help
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- plash0
here's an idea.
try the SELECTED option value in the "Referred By:" & "Preferred method of contact ?" drop downs.
the thinking behind this is; if the php needs validation for the required fields then default the required fields by invoking the form option SELECTED in the xhtml.
<option value="E-mail" SELECTED>E-mail</option>
may work..