I'm working on a page that takes credit cards. Everything works great except when the user goes back to place another order, IE/Firefox/etc. saved the form data and is displaying the credit card used previously. Is there a way to prevent a browser from storing (caching) certain fields so this doesn't happen?
I thought about generating a random value and using that as the field name but then I end up having to deal with things like card declines and new field names. Was hoping there was a simpler way...
thanks!