Mandatory fields in a form (formmail)
Hello,
I would like a few fields on a form (formMail) to become mandatory and a page to pop up if one field is not filled.
Could someone help me on this? for instance on
<td width="142">Name</td>
<td width="118"><input name="name" type="text" id="name"></td>
<td width="142">Address</td>
<td width="118"> <input name="adresse" type="text" id="adresse"> </td>
I have tried different formulas, looked for the same question here... Couldn't get it to work...
Thanks a lot!
|