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=""
method="post">
<input type="text" autocomplete="off" name="Name">
</form>
<input type="text" autocomplete="off" name="Name">
</form>
This doesn't
work!
<cfform
action="" method="post">
<cfinput type="text" autocomplete="off" name="Name">
</cfform>
<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
