jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
797 stars 135 forks source link

Add Mechanism To Prevent Form Resubmission #169

Open 9mido opened 4 years ago

9mido commented 4 years ago

There should be a way to prevent a form from resubmitting again after a form processes and also double submission when a user clicks submit multiple times during a single form processing instance. A user should be able to set a period of time of how long until an authenticated user / anonymous user can be able to submit the form again. Sort of like rate limiting/throttling.