How to Change Google reCaptcha Widget Shape | From Compact to Normal
-
Good Day,
The JS code provided by MailPoet (noted below) to change Google’s reCaptcha shape from Compact (i.e. Square) to Normal (i.e., Rectangular) does not seem to work any longer.
<script> jQuery(document).ready(function($) { wp && wp.hooks && wp.hooks.addFilter('mailpoet_re_captcha_size', 'mailpoet', function () { return 'normal'; }); }); </script>
Can you guys revisit your code and provide one that works?
Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to Change Google reCaptcha Widget Shape | From Compact to Normal’ is closed to new replies.