Netlify Form Posts Submission but Not Data with NuxtJS

Hi @TylerAPfledderer,

The problem seems to be due to the difference in names of the input. From the build log, it looks like the bots are picking up the form inputs with the names as name, email and message:

image

However, your form has the input names as user-name, user-email and user-message:

image.

I think this is happening due to your HTML only version and the actually rendered version having different input names configured. Would it be possible for you to sync those and let us know how it goes?

2 Likes