How do I clear the contact form data when the user clicks back on the browser to prevent spammers submitting the form multiple times by clicking back, submit over and over again?
If you are using HTML5 then you can set your FORM's Autocomplete function OFF.
<form action="youractionpage" method="post" autocomplete="off">
</form>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With