I upgraded to v13 and Google Recaptcha doesn't work anymore. I had v2 of it setup and i used Google's copy function so there's no typo's.
Everytime a form is submitted, i get the "There was a problem with your submission." error with Google Recaptcha enabled. It goes away when i disable it.
Any idea how to fix this?
P.S. I tried the following sql query fix posted in another thread and it doesn't fix it:
UPDATE ap_forms SET form_captcha_type = 'n' WHERE form_captcha_type = 'r';