Hi Im really struggling to get any type of validation working. Im trying to add validation to the name field of the below form.
In the validation screen i have the following settings:
enable validation - yes
library - mootools
onblur - no
onsubmit - yes
required - name
I must be missing something really simple.
Can anyone shed any light on this?
Many thanks
Alan
<tr>
<td>Name: </td>
<td><input name="name" id="name" type="text" class="required" /></td>
</tr>
<tr>
<td>Contact number:</td>
<td><input name="contact" type="text" /></td>
</tr>
<tr>
<td>Email address:</td>
<td><input name="email" type="text" /></td>
</tr>
<tr>
<td><input name="submit" type="submit" value="submit" /></td>
</tr>
In the validation screen i have the following settings:
enable validation - yes
library - mootools
onblur - no
onsubmit - yes
required - name
I must be missing something really simple.
Can anyone shed any light on this?
Many thanks
Alan