sellr
February 27, 2023, 10:57pm
1
Hi,
built a form, was working perfectly, now doesn’t display the emails within the cvs which it did around 2 weeks ago.
<form name="contact" method="POST" data-netlify="true" />
<span>
<p>
<label>Email: <input type="email" name="email"/></label>
</p>
</span>
<!-- <div data-netlify-recaptcha="true"></div> -->
<button type="submit">Submit</button>
</form>
Melvin
February 28, 2023, 11:01am
2
Hi @sellr ,
Thanks for reaching out and welcome to Netlify’s Support Forums!
Have you made any changes to the form since it last worked properly?
We have a Support Guide that covers most issues that you may come across when working with forms here:
Last reviewed November 2022
Please give these debugging tips a try before making a new post. If none of the suggestions work, please include the information that we request at the end of this guide in the new post that you create. Thank you!
Why use Forms?
Forms are one of the most useful parts of modern websites because they allow us to capture input from our visitors.
There are many ways to use forms: contact forms, such as contact forms and sign-up forms. Seeing as there are many types of…
If you’re still having issues, could you let us the the name of site: “example-jones.netlify.com ”?
1 Like
sellr
February 28, 2023, 11:08am
3
Thanks for the warm welcome
I’m not getting an error 404, confirms thank you for submission, i did make changes like removing the reCapta and changing a input type from name to email.
sellrfinance.com
SamO
March 1, 2023, 7:20pm
5
Hi @sellr , if you are not getting forms submissions this is likely an issue with your code. Can you please read our forms debugging guide. You can share your repo for other community members to help and a link to your live form but debugging code is unfortunately outside the scope of support.