Hi there,
I’m trying to post the form submission to another site, and there is a problem with the redirect.
If I put a value in the form Action field, for example http://mysite.com/post.php , when the users click the submit button they get redirected to the forms action. What I would expect is that the data is posted to mysite, but the page stays on webflow and shows a success message.
The Redirect field only works when the Action is left to ‘Webflow default’, so I cannot use it.
The “Normal/Success/Error” pages/messages only work if the Action is left to “Webflow default”. In addition to that, the URL of the page when successful will not change (for example to webflow.com/site/success) , so even if I would use the custom Action to post to my site and then try to redirect from my site back to display the success, I don’t have a page to redirect to.
Is there anything I’m missing, seems like a faulty functionality, once you submit to a different site you end up on that site, losing the user experience with webflow. It would have been better if you did a POST from javascript and kept the user on the webflow website.
Is there a workaround for this?