Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validate information.

Status
Not open for further replies.

kensington43

Technical User
Nov 29, 2005
50
US
For my MX 6.1 I am trying to validate a string input where information is required. The below is not working because it wont let any info into the field and keeps giving me the "Required Field" pop up message.
Code:
<cfinput validate="regular_expression" pattern="(!^\s*$)" name="firstname" required="yes" message="Required Field">

Please advise how I can correct this where I assume my Req Expression is not correct.
Also I assume validation in CFINPUT is considered client side validation??
 
I tried that and it still not working.
Any other advise?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top