I've never had a reason to do this but something like this might work. So what's happening here. The browser understands it has filled out before. Now of course the actual name of the field doesn't matter but what does, will the browser see the same field name every time it visits that form?
You could do some session tracking and use a unique id on the field every time the page is loaded or per/session. <label>First Name <cfinput type="text" name="f_name_#sessionID#"> </label> Now the next time they start a session it woud have a new sessionID and autofill shouldn't connect it to previously collected data. Casey > Is there a way to prevent a browser's autocomplete/autofill feature from > caching info on certain forms? For example, I don't want a credit card > form field to be cached via autocomplete. The same with login prompts. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229579 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

