recaptcha in the Contactform

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 18, 2014 6:16 pm
Reply with quote
Report this post
I have a problem with the presentation of recaptcha in the contact form. how can I solve the problem. A very big thank you to the quick updates of your templates. I mentioned in my blog.http://www.pepisto.de/kontakt
User avatar
Fresh Boarder

GK User
Tue Mar 18, 2014 6:35 pm
Reply with quote
Report this post
Hi,
Ah .. you have two options:
1) If you disable Eine Kopie ..... from form all should looks fine
2) We have to use small CSS fix
User avatar
Platinum Boarder

GK User
Tue Mar 18, 2014 6:40 pm
Reply with quote
Report this post
ad 2)
Code: Select all
#dynamic_recaptcha_1 {
    display: block;
    float: left;
    margin-top: 5px;
}

label#jform_captcha-lbl {
    display: none;
}


I hide also 'Capchta" label - because in my opinion this is not important element.

How to use Custom CSS guide: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Tue Mar 18, 2014 7:29 pm
Reply with quote
Report this post
I can also solve so and then everything still works?
Code: Select all
}
label#jform_captcha-lbl {
   display: block;
    float: left;
    margin-top: 13px;
    margin-left: 25px;
   margin-bottom: 15px;
}
User avatar
Fresh Boarder


cron