You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
I noticed that many of our form submissions were being received in duplicate or triplicate. Upon testing, at least on Mac/Safari, I noticed that it simply redirected to the home page after submitting with no apparent confirmation. I don't know if folks are mashing the actual submit button multiple times, or fully submitting multiple times, but I think some kind of non-redirect blocking confirmation would be useful.
The text was updated successfully, but these errors were encountered:
The current form submission goes through an AWS API. The API will show an HTML page on a failure but auto-redirect (302) on success. We could intercept that and display an HTML with a meta tag and JS redirects baked in allowing us to show a confirmation page for 5-10 seconds before completing.
I noticed that many of our form submissions were being received in duplicate or triplicate. Upon testing, at least on Mac/Safari, I noticed that it simply redirected to the home page after submitting with no apparent confirmation. I don't know if folks are mashing the actual submit button multiple times, or fully submitting multiple times, but I think some kind of non-redirect blocking confirmation would be useful.
The text was updated successfully, but these errors were encountered: