<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>CFTEXTINPUT</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="Description">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">CFTEXTINPUT</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Description</span>
<p>
Puts a single-line text entry box in a cfform tag and controls its display characteristics. 
</p>

<p>
This tag is deprecated, and is not supported in XML format forms. In its place, you should use a cfinput or cftextarea tag and use a cascading style sheet (CSS) to specify the text style characteristics.
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">History</span>
<p>
ColdFusion&#160;MX&#160;7: This tag is deprecated. In later releases it might not work, and might cause an error.
</p>

<p>
ColdFusion MX&#160;6.1: Changed the validate = &quot;creditcard&quot; option requirements: the text entry must have 13-16 digits.
</p>

         </td>
      </tr>
   </table>
   </div>

  </body>
</html>
