Hello,
Is there any way to stop data from a form being resent if a user refreshes their screen? I have a notification page that tells you your order has been appended to but if you refresh that page for whatever reason it adds the order again.
Any help appreciated.
here is a real simple solution. after you process the order, send a header that redirects them to the confirmation page. or a confirmation page. this way, when the user goes back or refreshes, they will not repost the data to the script.