I have a simple contact form on the above site. The form has been working fine for many months. The build process detects the form correctly, the form submits correctly, and all fields from the form submissions show up in the Netlify UI correctly. Recently (not sure exactly when), the automatic notification emails stopped including most of the fields in the email body. What might have changed to cause that?
This is the opening tag for the form to help you find it.
Further discovery: It looks like the way I’ve got the input field wrapped inside a label tag is what is causing this issue. Used to work OK, does not now. I guess you’ve changed the way the forms are parsed on your side at some point @hrishikesh ?
Example of what does NOT work (although it used to)
Aha, I think I see my goof (which Netlify handles a little inelegantly). I was missing the label text, and Netlify doesn’t fall back to using the input name attribute. It just kinda fails.