Include form values in redirect URL as part of the URL instead of as Query Parameters
I'm trying to redirect to landing pages based off the locale of a user so they get redirected to a page translated to the correct language. The locale is typically part of the URL and not a Query parameter. It would massively reduce the complexity of our routing if we could simply specify a spot in the URL to place a value from the submitted form.
For example: https://ourwebsite.com/<locale_code_here>/thank-you
1
vote