I have a form and for some reason the validation is not working. I just started modifing one of the fields, because prior to this the field(s) were not required. Now the powers that be want some field(s) required.
<cfinput name="mileage" type="text" value="#mileage#" size="8" required="yes" message="Please enter a mileage" class="TextInput" onFocus="setFieldBGColor()" onBlur="resetFieldBGColor()">
Is there something/somewhere I can check?
John
<cfinput name="mileage" type="text" value="#mileage#" size="8" required="yes" message="Please enter a mileage" class="TextInput" onFocus="setFieldBGColor()" onBlur="resetFieldBGColor()">
Is there something/somewhere I can check?
John