|
When I submit the form and it has validation errors, I can immediately re-submit the form and the configured delay is not respected. |
Answered by
derhansen
Dec 3, 2022
Replies: 1 comment
|
If the form has validation errors, the delay is automatically set to 0. In this case, there already is an active form session and for challenge/response has at least been processed successfully by the client/server. It is therefore not required to set a delay for the form submission, which also might result in the user not being able to submit the form in time after validation problems have been fixed. |
0 replies
Answer selected by
derhansen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the form has validation errors, the delay is automatically set to 0. In this case, there already is an active form session and for challenge/response has at least been processed successfully by the client/server. It is therefore not required to set a delay for the form submission, which also might result in the user not being able to submit the form in time after validation problems have been fixed.