<P>Zip Code Validation (enter a properly formatted zip code):
<BR><CFINPUT TYPE="Text" NAME="MyZip" MESSAGE="Please enter zip code, formatted xxxxx or xxxxx-xxxx" VALIDATE="zipcode" REQUIRED="Yes"><font size=-1 color=red>Required</FONT>
<!--- range validation --->
<P>Range Validation (enter an integer from 1 to 5):
<BR><CFINPUT TYPE="Text" NAME="MyRange" RANGE="1,5" MESSAGE="You must enter an integer from 1 to 5" VALIDATE="integer" REQUIRED="No">
<!--- date validation --->
<P>Date Validation (enter a properly formatted date):
<BR><CFINPUT TYPE="Text" NAME="MyDate" MESSAGE="Please enter a correctly formatted date (dd/mm/yy)" VALIDATE="date" REQUIRED="No">
<INPUT TYPE="Submit" NAME="" VALUE="send my information">