in2code-de / invisiblerecaptcha

Invisible recaptcha for powermail 3.x
4 stars 9 forks source link

Inviseble catpcha breaks the ajax handling #13

Open t3webman opened 4 years ago

t3webman commented 4 years ago

I handle my form in a modal window so I need the validation and submission to be handled trough an Ajax request ...

plugin.tx_powermail {
     settings {
         setup {
             misc {
                 ajaxSubmit = 1
             }
         }
     }
 }

this works, but invisibile captcha substitutes the submit button and the setting stops having effect !