Hi Community!
I’m having troubles with my Netifly Forms and after hours searching the community and reading the documentation, I couldn’t find a solution.
Problem:
-
No Data on each form submissions
-
It seems every time I deployed a new active form was created:
Some information
- Each field has a name attribute
<input class="appearance-none block w-full bg-gray-200 text-gray-700 border border-gray-200 rounded py-3 px-4 mb-3 leading-tight focus:outline-none focus:bg-white" **name="Nombre"** id="nombre" type="text" placeholder="Tu nombre"> - in the Form element I added the following attributes:
<form class="w-full" name="contacto desde sitio web" method="POST" data-netlify="true"> - Site name www.funnypop.com.ar
- What I used to build the site: 11ty, TailwindCSS, Alpine.js
Thanks for your help in advanced

