Redirection Error when submitting too fast #27

Closed
opened 2022-02-24 22:03:29 +01:00 by o.winkels · 1 comment
Owner

Sometimes (likely when hitting "Submit" before the page JS is fully loaded+parsed) the form submit results in a GET redirect with URL parameters from the form.

Solutions:

  • Prevent submitting until everything is ready
  • Use button input instead of submit to avoid default behavior
  • Accept GET Form responses and redirect to success page

Also:

  • Show progress while submitting
Sometimes (likely when hitting "Submit" before the page JS is fully loaded+parsed) the form submit results in a GET redirect with URL parameters from the form. Solutions: - Prevent submitting until everything is ready - Use `button` input instead of `submit` to avoid default behavior - Accept GET Form responses and redirect to success page Also: - Show progress while submitting
o.winkels added the
bug
enhancement
Frontend
labels 2022-02-24 22:03:29 +01:00
Author
Owner

Hopefully fixed

Hopefully fixed
Sign in to join this conversation.
No description provided.