In my netlify-form, I have made required to enter the email. So you cannot submit the form unless you give your email address.
Today the first customer contacted me through the netlify-form, but I cannot find her email address from anywhere. I only got her message. I would need to answer her. Where can I find her email address? Thank you.
I took a look at your website. The reason you only got the message and not the name or email, even though you did put a required tag and the user probably did fill them out (nice!) is because your “name” and “email” inputs don’t actually have a name attribute.
Note that on your <textarea> you have name="message". Add name="email" and name="name" to your other inputs (respectively) and everything should work moving forward.
Unfortunately I’m not official Netlify staff, but I don’t imagine the data you’re looking for is recoverable. I don’t think they’ll be able to get that information for you.
No, this has not worked. I tested the forms once when I made the website and I was like: Oh it works, I got the message and did not realize I didn’t get the email address.
I talked to the team about this, and unfortunately, there is no way to recover data in this case. I’m just going to that the person comes back and posts again now that it is working.