Form detected but no submissions received

my site name: https://cyberdevs.netlify.app/
I have gone through the forms Bible but I cannot figure out what is wrong. I cannot receive submissions but the form is being detected.

Hey there, @chaperone :wave:

Are you using scheduled functions in your page? If so, you may be experiencing impacts of the current incident we are investigating. You can read more here: Scheduled functions crashes deploys

If you are not using functions and you do not believe this is related, please respond with the following information:

  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 form ”)
  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

Hey @chaperone

The submit button (<input type="submit" name="submit" value="Send Message">) is outside the <form> element. Try moving it before the </form> closing tag.

1 Like

I am sorry to trouble you with this. Sometimes all it needs is a different pair of eyes. Thank You

2 Likes

Glad everything is working now! Happy building, @chaperone :netliconfetti: