how should this be implemented? trying to pass a form without a recaptcha throws 2 errors:
Notice: Undefined index: recaptcha_challenge_field in /var/www/vhosts/onetofortyeight.com/httpdocs/core/components/modmailchimp/elements/snippets/snippet.modMailchimp.php on line 150
Notice: Undefined index: recaptcha_response_field in /var/www/vhosts/onetofortyeight.com/httpdocs/core/components/modmailchimp/elements/snippets/snippet.modMailchimp.php on line 151
I added {{{ [[+recaptcha_field]] }}}, but you still have to specify &recaptcha=1 for it to process on subscribe forms. On unsubscribe forms, as long as you don't have &recaptcha=0 it will process.
how should this be implemented? trying to pass a form without a recaptcha throws 2 errors:
Notice: Undefined index: recaptcha_challenge_field in /var/www/vhosts/onetofortyeight.com/httpdocs/core/components/modmailchimp/elements/snippets/snippet.modMailchimp.php on line 150
Notice: Undefined index: recaptcha_response_field in /var/www/vhosts/onetofortyeight.com/httpdocs/core/components/modmailchimp/elements/snippets/snippet.modMailchimp.php on line 151