Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hey, I found a solution which worked for me –

    In your contact form, paste this –

    <div class=”g-recaptcha” style=”transform:scale(0.88);-webkit-transform:scale(0.88);transform-origin:0 0;-webkit-transform-origin:0 0;”>
    [recaptcha]
    </div>

    Found this from StackOverflow,

    The original answer said to paste this –

    <div class=”g-recaptcha” data-sitekey=”XXXXXXXXXXXXX5oXXXXXX” style=”transform:scale(0.88);-webkit-transform:scale(0.88);transform-origin:0 0;-webkit-transform-origin:0 0;”>
    [recaptcha]
    </div>

    But I’m not sure if “data-sitekey” is needed since our concern is the style of the div only.

Viewing 1 replies (of 1 total)