hi, does anyone know why basin form doesn’t redirect to my thank you page after submitting a form. Although I have configured urls it still redirecting to the basin default thank you page
https://preview.webflow.com/preview/mesonuno?utm_medium=preview_link&utm_source=designer&utm_content=mesonuno&preview=4fb3e75f80b75c53666ba2f4f12cd8d1&pageId=6098d0a6c935772d78c831e9&mode=preview
thanks
That form action URL does not look a Basin endpoint to me. Anyway, you should be referring to the documentation from the form provider you are using.
Replying to an old post but thought I’d comment as I was just having the same issue. Resolved it by adding this custom code to Project Settings > Custom Code > Footer Code. This solution is from Basin’s page on webflow form integrations. Webflow Integration - Basin Docs
Thank you for directing me toward this solution @stephenlechat !
It worked.
Adding more specific instructions. Add this form attribute to Webflow
data-basin-success-action="redirect"
It will look something like this.
Then on Basin form setting. Setup the Custom redirect URL.
More info on Basin documentation Basin JS 2.0 - Basin Docs