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

Slack Signup
Newsletter Optin
Help Desk

reCaptcha - Display Issue Fix

Labels

This Discussion is public

Notifications

I just installed Formidable Pro today, and ran into the issue of reCaptcha not displaying properly. It had some table spillover at the bottom of the box and looked bad. I've seen others here with the same issue. I can't promise this will work for you, but it did for me.

Place the code below into your theme's style.css or custom style, and save it to remove the odd extra strip of color.

 

#recaptcha_area input[type="text"] {
  display: inline-block !important;
  height: auto !important;
}

 

You can read more about it here - https://github.com/zurb/foundation/issues/2625

Hope that helps save some of you a headache!

~ Michelle

Thanks for sharing this. We love it when people contribute to the tips & tricks section.

Oh, and welcome to Formidable Pro. We hope you are enjoying the plugin.

Thank you for the welcome. I am so glad I took time to do my research on plugins that would work how I needed them to. I'll write more in Praise section as I get more familiar with Formidable Pro. :-)

It's important to share these tips. I don't know about you, but nothing drives me more crazy than searching for your problem, thinking you're going to get an answer (especially in a forum), only to read nothing worked for the OP, and the final reply of, "Thanks for your help, but I fixed the problem" and they never post the solution!

Thanks again!

~Michelle

Discussion closed.