coreForms Demo Site

[Demo Home]
[Re-Load]
Help *
* Indicates a Required Field

 

Code:
<cfmodule 
   template="#coreform#" 
   formname="form1" 
   maketable="Y">
 <cfmodule template="#corefield#" 
   format="usstates"
   fieldname="state"
   required="Y"
   Caption="US State"
   size="30"
   maxlength="30"
   helpmsg="Enter your State into this text input box" />
 <cfmodule template="#corefield#" 
   format="submit"
   fieldname="Save"
   Value="Save" />
 </cfmodule>

 

©2009 CompositeWeb.com