The forms are still not working
That wasn’t to fix the forms, just a couple misconfigurations before we find out what’s going wrong there.
Can you copy the <form>
element and post it here
I have submitted a form, please check if it appears in the dashboard. I was redirected to /thank-you
after submitting. This page doesn’t exist according to your sitemap.
I did not receive anything. /thank you page may not be there; it was not there because it was set to non-index. Here is the code for the form
First NameWebsiteEmail AddressPhone NumberWhich SEO service interests you?Good day, sorry I could not respond, due to the first user limit
Please copy the entire <form>
element and surround it in `` tags
So because /thank-you
doesn’t exist you need to create a success page. I can see you have one already so simple add an action attribute to the form element.
action="/success"
It is set to success as you will see in this screenshot
There is no specified integration with Webflow. We cannot help you connect an entirely separate service that we have no control over. My best bet would be to add action="/success"
in custom attributes.
Webflow may handle submissions differently so if this doesn’t work, you will have to edit the code manually exported from Webflow before deploying on Netlify
Okay, what should I do next?
Once you have added the custom attribute, export from Webflow and re-deploy to Netlify
It is still not working
There isn’t much we could provide to help you further. Webflow is not a supported service so there are no guides to link Netlify forms and Webflow exports.
The last idea I will offer is to download the deploy from netlify and find the <form>
tag in the code. Compare with what is expected from a Netlify form and edit it manually or find a way to add this via Webflow.
You can download a deploy by clicking this button
Thank you very much kylesloper
I’m glad you found your solution!
Hi sam! I having the same issues but I think I’ve tried so many things and I can’t seem to get it to work. Could you take a look at this screenshot of my code and let me know if you spot anything wrong.
Form detection is on
Thanks!
Without a site name, we won’t be able to check anything useful here.
Thanks for the promptly reply! Here’s the site michellealexa.com the form is under the about page