The emails are not being shown in the forms

Hi, @Roshan-Thomas. There is more about debugging forms here:

Would you please take a look at that guide and see if the troubleshooting advice there helps? If not, would you please send us the following details?

  1. The URL for your live form as you want visitors to use it
  2. The URL of your deployed html form (in case you have a javascript form, we need to literally be linked to the html version you’ve deployed as mentioned above - look for “pure javascript”)
  3. The form name that you’ve set and that shows in our UI
  4. Any errors or logs from the Netlify build logs, dashboard or browser developer console
  5. Description of anything you have tried that did or didn’t help or make things better/worse

Also, I want to +1 what @sanjayponraj said. A missing name attribute would for the input would cause this. Also, if the input is missing the the HTML version of the form then it would also not submit the missing (missing from the HTML) field correctly.

Again, if the guide above doesn’t help please reply here to let us know.