O.k So the title doesn’t really make sense but I have a page with a login form which posts to itself and if the login is successful the page will display user content rather than a login form.
This is all working correctly but if the user refreshed the page they get asked if they want to resubmit the form – which I don’t want them to be able to do because it messes up my database.
So is there a way to stop this happening?
If javascript can do it then that’s fine.
Many Thanks
Chris