AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Add Mechanism To Prevent Form Resubmission #217

Closed 9mido closed 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 a rate limiting / throttling mechanism.

jonashaag commented 4 years ago

While this a great suggestion, I’m afraid it is out of scope for the project. Sorry.