Form not working

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.

test page:
https://silvercoastbeachresidence.com/teste/booking.html

Hi Andre, I don’t see a form on that page?

sorry, updated link.

Your page seems to be missing the validation code in the head tag. Did you copy the form from another page?

You are missing:

<link rel="stylesheet" href="/dmxAppConnect/dmxValidator/dmxValidator.css">
<script src="/dmxAppConnect/dmxValidator/dmxValidator.js" defer=""></script>

no, i made from scratch on wappler. But sometimes wappler gets a bit buggy.

I added the codes, but is acting weird now. everything gets green check…

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.

If I go directly to your booking server connect page it says that four fields … date, email, name and surf lessons are required.

{"form":{"date":"This field is required.","name":"This field is required.","email":"This field is required.","surflessons":"This field is required."}

Try adding required validations to those form fields and see if it works.

yes, i have:

Captura de ecrã 2020-01-31, às 20.31.20

have no idea what hapened.

Did you try adding ‘Required’ validation to your date, email, name and surflessons form fields and try again?

yes.
Something is wrong with my wappler.
i just tried to add recaptcha to other form, and it didnt added the code:

https://silvercoastbeachresidence.com/new/contacts.html

No, it’s not Wappler. Just add ‘Required’ validation to those four form fields and it will work.

Yap, something is wrong with wappler or the page.

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.

Please report different issues under different topics.

Added the “Required” validations. but the fields i didn’t validate, they go green automatic, and it shouldn’t.

and the validation only worked if i used the app structure:

it didnt work in the action steps properties:

I just submitted your form and it appears to be working fine now. Submitted and got the success notification.

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…

That’s not strange that’s the way the form validation works