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>
Hi celson530,
Add class='required' to the input and turn on Validation in the Validation tab.
Bob
Add class='required' to the input and turn on Validation in the Validation tab.
Bob
This topic is locked and no more replies can be posted.