Terry, to use additional attributes in cfinput you have to use the
passthrough attribute.

<cfinput passthrough="autocomplete='off'"


Daniel

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Terry Blake
Sent: Friday, September 02, 2005 4:10 PM
To: [email protected]
Subject: Disabling autofill dropdown box on form field

I guess I should have said "auto complete" not "autofill". I found the
following code but it doesn't work on a cfform.
 
This works!
<form action="test.cfm" method="post">
<input type="text" autocomplete="off" name="Name">
</form>
 
This doesn't work!
<cfform action="test.cfm" method="post">
<cfinput type="text" autocomplete="off" name="Name">
</cfform>
 
Any help from those poor souls still at work on a Friday would be
appreciated!
 
Thanks,
Terry Blake
GeneralWebs.Com
(940) 367-1357
 

----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe:
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe:
   http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to