The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Missing Captcha
I have a site that the Formidable Captcha object is not visible. I've made sure the setting is defined as V2. Also when I submit the form, the Captcha shows an error that it wasn't completed. Has anyone else had this issue and solved it? I would appreciate the assist.Here's a temp page with a temp form on it.
November 15, 2018 at 5:27 am
It's being rendered on your page with data-size="invisible". Double check the reCAPTCHA Type on Formidable's Global Settings page. The options for that field are V2 or Invisible. Make sure V2 is still selected.
November 15, 2018 at 12:28 pm
Thanks vfontjr.
Yes, I checked that setting. It is still set to V2. I set it to invisible and then back to V2 just to make sure. Any other ideas?
Attachment:
November 15, 2018 at 1:38 pm
I would uncheck "Allow multiple reCaptchas to be used on a single page" unless you have a specific reason for having two or more on a page.
The only other things I can think of is caching or plugin conflict.
December 16, 2018 at 11:30 pm
I wound up at this post because I wanted to find out why I could not see the reCAPTCHA logo that normally displays in the bottom right of a page.
I ended up adding this to my custom styles.css file in order to display it.
.frm_form_field .grecaptcha-badge {display:block;}
Discussion closed.