A couple seconds after I submitted a form that is integrated with Form Tools, I realized I wanted to put something different into a form field, so I pushed the stop button in the browser. As soon as I did it, I figured I was going to get an error if I submitted it again, and I was right. I got error 302-"Submission is already finalized".
I knew that I had to open the thank you page to clear the session to fix the error, but it made me wonder what would happen if a user of my site did the same thing?
Would this disable the form for all users until the thank you page is opened and the session is cleared? Or will it just effect that single user?
And if it did happen, how can I make it easier for my user to get the form to work again? Should I just put a link on the form to a page that will clear the session and tell them to click it if they are getting errors?
This kind of thing worries me because it might be something that users would do often. Or, if they submit the form and their internet happens to cut out just at that time so that the thank you page isn't opened. Or, who knows how else it can happen.
I knew that I had to open the thank you page to clear the session to fix the error, but it made me wonder what would happen if a user of my site did the same thing?
Would this disable the form for all users until the thank you page is opened and the session is cleared? Or will it just effect that single user?
And if it did happen, how can I make it easier for my user to get the form to work again? Should I just put a link on the form to a page that will clear the session and tell them to click it if they are getting errors?
This kind of thing worries me because it might be something that users would do often. Or, if they submit the form and their internet happens to cut out just at that time so that the thank you page isn't opened. Or, who knows how else it can happen.