On Mon, 14 Mar 2005 14:53:28 -0700, Paul <[EMAIL PROTECTED]> wrote: > You could take a paypal approach and ask after the checkout is complete "do > you want to save this information so you won't have to enter it again?"
I do something similar to that. The checkout form is a simple 1-screener with a checkbox at the bottom of the form. It says "Remember Me so this form will be filled out next time (except for credit card info)." short and sweet and all they have to do is check the box. I use cookies to store their form data if they check this box, and populate the form with the data if it exists on form entry. Of course you could do the same job with a db checking for a match with their cookie.cfid and cookie.cftoken. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198727 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

