I have installed it on Mautic 3.3.3 and it works, but it throws an error on the thank you page:
Uncaught (in promise) TypeError: Cannot set properties of null (setting 'value')
at verifyCallback_c4d7a85729b431945e7ec1ed9cab42b3 (multumesc-myf:150:88)
at multumesc-myf:154:13
I use reCAPTCHA v3 and the html code Mautic generated for me is:
<div id="mauticform_mapyourfuture2022_recaptcha1" style="text-align: center;" class="mauticform-row mauticform-div-wrapper mauticform-field-7"> <input id="mauticform_input_mapyourfuture2022_recaptcha1" name="mauticform[recaptcha1]" value="" class="mauticform-input" type="hidden"/> <span class="mauticform-errormsg" style="display: none;"></span>
any help would be appreciated.