Netlify admin panel says I have 2 active forms, but I only have one form on my contact page.
When I submit a form, all the form fields are cleared on the contact page, and nothing else is shown. I would like a little thank you message to show when a form is submitted.
But the main thing is that the Netlify admin panel shows “no submissions yet”.
I have both the script in my head tag and div in the body of my form, and no code for forms in JS, but am still having problems with form submission. When I click submit, there is no acknowledgement that the form has been submitted - the only thing that happsn is the form input fields are cleared and become blank.
If I was to remove the captcha code in the body of the form, the form submission works as expected, with acknowledgement.