When a user completes a Post Form, it gets submitted to us and we have the option set where it displays a message that the message was sent to us successfully. This works great. However, we are getting some idiot users that will backspace back to the form, where it still shows their populated fields, and they submit again & again, again, etc.
I'm trying to figure out how to at least, clear their contents in our fields (as many are required, thus slowing them down).
As a test: If I refresh the page (either before I hit backspace to return to completed form; or after being returned to completed form), the user content still shows in my form fields.
1. I thought it was a browser stored cookie, but not the case. I can delete the cookie, refresh the page and old content still shows.
2. I have a page cache plugin (cache enabler). It would seem I wouldn't want to NOT cache the page, as would slow down page load.
3. I have a browser cache plugin (leverage browser caching), along with htaccess code setting time limits.
I'm not using a captcha, as they all seem to be a 3rd party drag on page load.
Is there a way to clear contents w/in Toolset (I don't see where). Other option?
Just curious.