Hi All
I have a form that I have edited a lot with the code rather than using the wizard. However, the form doesn't validate any of the input fields and allows the user to submit an empty form.
I set the form up originally with the Wizard and, for example, one field looks like this for example:
So it looks like it should be validating that input but it doesn't. Can anyone give me any pointers please
Cheers
Andy
I have a form that I have edited a lot with the code rather than using the wizard. However, the form doesn't validate any of the input fields and allows the user to submit an empty form.
I set the form up originally with the Wizard and, for example, one field looks like this for example:
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Family Name</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="" id="text_0" name="Family_Name" type="text" />
</div>
So it looks like it should be validating that input but it doesn't. Can anyone give me any pointers please
Cheers
Andy