can I add Validation to this code

celson530 29 May, 2009
Hi again love the software and working on getting better with it, my question is how do I get validation in code I made i.e. I want this to be a required field but I am missing something

<tr>
    <td colspan="2" class="style1"><label> First Name<span class="style4">*</span><br />
        <input name="first_name2" title="Enter your first name here" type="text" id="first_name2" size="8" maxlength="20" />
    </label></td>
  </tr>
  <tr>
GreyHead 29 May, 2009
Hi celson530,

Add class='required' to the input and turn on Validation in the Validation tab.

Bob
celson530 30 May, 2009
Bob you are a saint, I need to give you strong drinks thank you and this forum
This topic is locked and no more replies can be posted.