Form submission rewrites the URL #1292
-
I have a simple form, which after submissions seems to rewrite the URL (e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Dec 31, 2021
Replies: 1 comment
-
That’s because a form cause a navigation to the url of the action, that’s just how the forms work, you can redirect on the action to ensure the url is the original without the ?index at the end |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
machour
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That’s because a form cause a navigation to the url of the action, that’s just how the forms work, you can redirect on the action to ensure the url is the original without the ?index at the end