ReCaptcha Display Renders Incorrectly
A little odd. This only occurs on the Chronos created forms for the ReCaptcha. Unsure if this is a bug in the code for the page or not. See the attached screen shot for more details.
p.s. Great component .. whipped out a form on a last minute "gotta get this done" thing for a client and it was super easy to knock out for them ...[attachment=0]Picture 4.png[/attachment]
p.s. Great component .. whipped out a form on a last minute "gotta get this done" thing for a client and it was super easy to knock out for them ...[attachment=0]Picture 4.png[/attachment]
Hi erich_prinz,
There's just a little mismatch in the CSS. Try
Bob
There's just a little mismatch in the CSS. Try
<div class="form_item">
<div class="cf_captcha">
<span>{ReCaptcha}</span>
</div>
<div class="cfclear"> </div>
</div>
Bob
Could someone please provide the path to this css code? I do not see anything like <div></div> in the css files under the "themes" folder.
Hi Hines,
The <div>s are html not CSS; look in the Form HTML box.
You're going to find a decent HTML debugger useful. Try FireBug for FireFox, or the built-in Chrome debugger; or even DeBug Bar for IE.
Bob
The <div>s are html not CSS; look in the Form HTML box.
You're going to find a decent HTML debugger useful. Try FireBug for FireFox, or the built-in Chrome debugger; or even DeBug Bar for IE.
Bob
This topic is locked and no more replies can be posted.