Feature #2817
Provide safeguard for preventing multiple submits of a form
| Status: | New | Start date: | 2009-03-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | MVC | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
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
| related to TYPO3.Flow - Feature #4960: There should be a Request hash check when objects are mod... | Resolved | 2009-10-09 | ||
| duplicated by TYPO3.Flow - Feature #2818: Provide safeguard for preventing multiple submits of a form | Closed | 2009-03-10 |
History
Updated by Robert Lemke about 4 years ago
- Target version set to 283
Updated by Robert Lemke almost 4 years ago
- Target version deleted (
283)