When the user double clicks the submit button (or hits enter twice), the form is submitted twice.
I want it to be sent only once.
I can't use JavaScript, because of my client's request.
As a first approach, I want to find a solution without modifications on the server-side.
(I know it could be done easily if JS was enabled, or if I wanted to filter the incoming data by comparing it to the previously received ones on the server-side.)