The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Conditional Redirect URL not working
Hi,I have a simple form with one radio button entry and a few options to choose from. I assigned a value to each option.I want to redirect people to different pages based on the radio option they select. I selected the "Redirect to URL" and entered a conditional URL statement as per one the tutorial articles. I attached a screenshot of the setting.
I reduced the form to 2 options to simplify things but I can the following error when I submit it.
ERR_INVALID_REDIRECT
Any help with this would be greatly appreciated.
November 9, 2018 at 2:50 am
Are you using Chrome?
ERR_INVALID_REDIRECT is a known Chrome error that occurs when the browser receives a malformed URL. Other browsers will work fine, this error only comes up in Chrome.
What is the actual URL displaying in the browser's address bar when this error occurs? Chances are the https:// is missing.
I would move the https:// portion of the URL in your conditional redirect inside of the shortcodes so the shortcodes are processing the entire URL instead of just the part that comes after the https//.
Discussion closed.