Feature #2818

Provide safeguard for preventing multiple submits of a form

Added by Robert Lemke over 6 years ago. Updated almost 5 years ago.

Status:Closed Start date:2009-03-10
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch:

Description

We need a mechanism which prevents the user from accidentally submitting a form multiple times. This should be handled both on the client and on the server side.

On the client side a simple JavaScript will check if the form has been submitted and if so displays a message if the user tries to submit it a second time.

On the server side some hash which is unique to that rendered form should be checked to figure out if that particular form instance is already being processed.


Related issues

duplicates TYPO3.Flow - Feature #2817: Provide safeguard for preventing multiple submits of a form Needs Feedback 2009-03-10

History

#1 Updated by Robert Lemke over 6 years ago

  • Status changed from New to Closed

This new-ticket-form has accidentally been submitted twice.
q.e.d.

Also available in: Atom PDF