We use our forms on different sites and so when the user completes the form, I’d like to send them back to the appropriate homepage.
I’ve tried:
- Relative link: setting the button link to “/”, but it says “This URL doesn’t look right” and the value doesn’t get saved when I hit publish (I hit publish, refresh the page, the Button Link is turned off)
- Sending the value of `window.location.host` as a hidden variable to our forms and using “https://@host” as the button link but that has the same issue of “This URL doesn’t look right” and not getting saved.
- The answer cannot be n different ending pages, that’s ridiculous.
The URL should be saved and used even if the URL validator doesn’t think it’s valid