I have been playing around with a solution to this for a while, but no luck. Hoping someone smarter out there reads this!
I have a form on my site, and I changed the form action to link up with my Google Form. The responses then goes to the linked Google Sheet. However, after a form submission, the user is directed to the Google Forms submission success page. I would like to redirect them to a page on my site instead. I have tried various methods, and updated the redirect URL on Webflow, but I can’t seem to get it done. I have seen other sites do it, for example: http://moneyhive.co/
Hi @myonke, if you are using a custom action url (i.e. not sending the forms to Webflow) then the redirect url field in Form settings will have no effect, that is for Webflow form submissions only.
Here is an article that had some custom code that you might try: Google Product Forums
Thanks, @cyberdave. I also came across this discussion on Google’s forum. I really wanted to be able to use Webflow’s styling along with Google Forms. And on top of that, redirect the URL. I don’t think I am able to use Webflow’s styling if I use that method. Any suggestions on being able to?
After adding the code to the Head section of the Webflow Page which has the form, I was able to submit the (Google) form and redirect to the desired Webflow page.
I wish there was simpler explanation and solution to the CORS issue.