Hi, forms sign ups displaying no email

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>

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:

If you’re still having issues, could you let us the the name of site: “example-jones.netlify.com”?

1 Like

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

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.