Netlify-forms with vue Nuxt

I’m having a Nuxt project who is on Netlify where I have a simple contact form.
The form is working well as expected with netlify forms.
However I made a second form exactly the same as first but changed the attribute name of the form.
Netlify App recognize 2 form names but submissions from both forms are going in my first contact form.
Anyone experience this problem or can help me solve it ? thanks
I

Hiya, sorry you are having trouble getting your forms to work.

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

We also recommend trying to search the forums or look at topics tagged Netlify forms if you haven’t already - it’s likely your question was already asked by someone else!

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:

Hello there, I forgot to post my answer here, I found my mistake and solved it.
I had Honeypot bot-field in both forms with a same name.
That’s why it was tricky, because both forms were registered but I received submissions from both forms only at one place.

1 Like

Thank you for sharing your solution!