Forums

Field Validation

insightcreative 10 May, 2010
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:

<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
insightcreative 10 May, 2010
Doh!

Why is it that you can spend ages looking for the most complicated answer when there is a dropdown for enabling validation that is set to 'No'.

All working now!

Andy
This topic is locked and no more replies can be posted.