Member
Member
railroad   2020-06-17, 08:48
#1

Hello.
I installed a CAPTCHA in my contact form. But it is placed curiously.
See: http://www.philippedeletree.fr/page/contact/
(Google Translate)

Administrator
Administrator
acrylian   2020-06-17, 09:28
#2

I believe this may be basically theme (CSS) dependend. The theme's author @vincent3569 may be able to help here.

It looks okay on our own site: https://www.zenphoto.org/pages/contact/

Administrator
Administrator
fretzl   2020-06-17, 09:42
#3

In the meantime you can try to add the following to the zpBootstrap.css file:

.g-recaptcha {
  display: inline-block;
}

Note that you also need a private and public key to display the reCaptcha.

Administrator
Administrator
acrylian   2020-06-17, 09:47
#4

I think the captcha would not show if those keys weren't present already.

Member
Member
railroad   2020-06-17, 13:22
#5

Thank you for your answers.
I added :
.g-recaptcha {
display: inline-block;
}
as shown and the captcha is positioned correctly.
(I have the public and private keys of google)
Thank you for your help.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.