Open Issues Need Help
View All on GitHub Prevent Form Resubmission on Page Refresh 3 months ago
AI Summary: Implement a mechanism to prevent duplicate form submissions when a user refreshes the page after submitting the Form2Mail form. This likely involves using client-side JavaScript to disable the submit button after submission or employing a server-side technique to detect and ignore duplicate submissions based on timestamps or unique identifiers.
Complexity:
3/5
bug duplicate help wanted