<form id="form" name="contact" method="POST" netlify-honeypot="bot-field" data-netlify="true" class="ms-2">
<input type="hidden" name="form-name" value="contact">
<p class="hidden">
<label>Don’t fill this out if you’re human: <input name="bot-field" /></label>
</p>
<p class="coding-font"><form></p>
<div class="row my-3">
<div class="col">
<div class="form-neon">
<input type="text" class="form-control" placeholder="Nombre" aria-label="Nombre" name="name" required>
</div>
</div>
<div class="col">
<div class="form-neon">
<input type="email" class="form-control" placeholder="Email" name="email" aria-label="Email" required>
</div>
</div>
</div>
<div class="mb-3">
<div class="form-neon">
<input type="text" class="form-control" name="subject" placeholder="Asunto" aria-label="Asunto" required>
</div>
</div>
<div class="mb-3">
<div class="form-neon">
<textarea id="text-area" class="form-control"
name="message" placeholder="Mensaje" required></textarea>
</div>
</div>
<div class="my-4 d-flex justify-content-end">
<button class="btn btn-neon btn-neon-green px-5" type="submit">Enviar</button>
</div>
<p class="coding-font"></form></p>
</form>
There is my form for this website: https://liscanojac.netlify.app/
Although I am only getting this
I hope someone could help me to solve ehis issue.
PLEASE help us help you by writing a good post!
- we need to know your netlify site name. Example:
gifted-antelope-58b104.netlify.app
- DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
- Build problems? Link or paste the FULL build log & build settings screenshot
The better the post - the faster the answer.