I have a wordpress site with a form. I converted the WP site to static site, put it on GitHub, added the form code specified in the docs to index.html and tested.
When I test it the form doesn’t work:
(1) there is no “generically styled success message with a link back to the form page”
(2) the form submission is not visible on https://app.netlify.com/
That said, the form is visible on https://app.netlify.com/ - I see it’s name.
Also, while my test submissions failed, I can see a submission on the “Spam Submissions” list.
Any help would be appreciated!
Did you use the search before posting? >> YES, read this stuff…
https://docs.netlify.com/forms/setup/
Your Netlify instance name: dreamy-hamilton-293f93
Site: http://thomasjcoffey.com/
Code: https://github.com/tjc4/thomasjcoffey
Form Code with Netlify Snippets Added: can be found on lines 856-902 of index.html