Hi,
I made a form for a website and when i inserted the recaptcha it stoped working. i’m not receiving emails anymore.
another strange thing, is that i have required fields and i don’t get any error message when trying to send the email without data on the fields.
Hmmm, never mind, I see you are not using any form validation on the form. Does it work if you remove the Captcha? Viewing the developer tools there are no errors and the Captcha appears to be working.
You do have some strange stuff happening. Did you at one time have validation on the form and removed them? You don’t have any validation set on the form fields in your code yet when I submit the form there is error 400 saying that fields are required.
Thats a whole different unrelated issue reported elsewhere. Has nothing to do with your form issue. Just do as I suggested and add ‘Required’ validation to those four form fields and your form should work fine.
Yes Brad, the form is working now. But there is still something strange, if you click the send button without insert any content on the fields, you will notice that the fields that are not required, they appear with a green arrow as if they already have info inserted…