Contact form 7 not clickable

Hi,

I am using your lovely theme on my website: brewtoo.nl
But the fields of contact form in de contact us section are not clickable. The code for the form is:

"<label> Naam (verplicht)
[text* your-name] </label>

<label> Email (verplicht)
[email* your-email] </label>

<label> Onderwerp
[text your-subject] </label>

<label> Bericht
[textarea your-message] </label>

[recaptcha]

[submit “Stuur”] "

Does anyone have a fix for this?

Turns out recaptcha was messing it up, used the code:

<div style=“padding-left: 15px; clear: left;”>[recaptcha]</div>

to fix it from this post:
https://colorlibsupport.com/t/contact7-form-recaptcha-issue/

That’s great, thank you very much for pointing to the other thread with the solution.

Best regards