Netlify forms from webflow code not working

Hi Im a newbie trynig to publish my first site on netlify. I fill the form camps it goes to the succes page, but I do not eceiv any entry on the app.

Help please!

hi adriano,

I can’t see from the snippet you have shown whether you have set up your form correctly -

you need an opening and closing form tag, all input areas must be in correct input tags, and you also need a button type="submit" at bare minimum.

No form will work correctly on netlify without the basic building blocks.

This Common Issue is the first port of call to debug any forms issues.

If you are still having problems, please provide more information such as what you have already tried, and a link to your live form. :slight_smile:

I’ll look into it. It is the only form in the bottom of this site.

Thanks

1 Like

go ahead and work through the guide, and if you still can’t get it to work, let us know!

*-button

check.

1- You need to have a netlify or data-netlify=true attribute in your HTML <form …> definition. Check


2. You need to include a name attribute on the opening <form> tag. (Form-netlify)
3- Unique name. CHeck
4- Every input with a name attribute. Check
5-Each name unique - Check
6- Post not Get - Check
7- this one i haven’t tried yet- Check

Still no incomeing messages…

The problem was that I submited the form settings in webflow on the Form block.

I should have submited it on the first form Div inside que Form Block.

Now I’m going to implement the Captcha.

great! glad you figured it out!

I was struggling with this too, and found out that the trick is done by adding “Action: /success” to the Webflow settings, like Adriano did above:

Screenshot 2020-06-03 at 1.27.50 AM

1 Like