christy_nf
03-26-2003, 05:59 PM
Hi there!
I'm trying to validate a phone number (in 3 separate textboxes) by using the _integer suffix of the hidden attribute. I've followed the help instructions exactly and I'm still getting an error! The _required attribute works fine, but as soon as I add the next line with the _integer attribute, I get an error. I've pasted some of my code below...
Anyone have any ideas? THANKS!!!
Christy
:-)
--------------------------------------------------------------------------
<input type="text" name="HomePhone1" required = "yes" maxlength="3" size="3">
<input type="hidden" name="HomePhone1_required" VALUE="Please provide a complete home phone number">
<input type="hidden" name="HomePhone1_integer" VALUE="Please provide a valid home phone number">
-----------------------------------------------------------------------------
I'm trying to validate a phone number (in 3 separate textboxes) by using the _integer suffix of the hidden attribute. I've followed the help instructions exactly and I'm still getting an error! The _required attribute works fine, but as soon as I add the next line with the _integer attribute, I get an error. I've pasted some of my code below...
Anyone have any ideas? THANKS!!!
Christy
:-)
--------------------------------------------------------------------------
<input type="text" name="HomePhone1" required = "yes" maxlength="3" size="3">
<input type="hidden" name="HomePhone1_required" VALUE="Please provide a complete home phone number">
<input type="hidden" name="HomePhone1_integer" VALUE="Please provide a valid home phone number">
-----------------------------------------------------------------------------


