Viewing 5 replies - 1 through 5 (of 5 total)
  • Without seeing the issue live, I doubt I’ll be of much help. However, have you tried seperating the elements by wrapping them in thier own respective containers?

    I.e.

    <div id="recaptcha">[recaptcha]</div>
    <div id="submit">[submit]</div>

    This may solve your issue.

    Thread Starter Jan-Hinrich Fehlis

    (@janjime)

    Thank you! Use the code, but the send button is still hidden under the captcha. The issue is live now.

    Hey Jan,

    After checking your live version out, It would appear your submit button wasn’t dissapearing, just falling underneath the recaptcha. Add this to your Css file; you’ll see what I mean.

    #submit {
    	position: relative;
    	margin-top: 7.5%;
    }

    This should do the trick.

    • This reply was modified 7 years, 7 months ago by Lewis Elborn. Reason: Additional Info
    Thread Starter Jan-Hinrich Fehlis

    (@janjime)

    Thanks for your support, esp. since the issue was not directly caused by your plugin!

    @janjime I’m just a friendly face bud. Not a member of CF7 support. Just offering guidance where I can. ??

    Glad all works now though.

    regards,
    -B

    • This reply was modified 7 years, 7 months ago by Lewis Elborn.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Send button hidden after recaptcha added to form’ is closed to new replies.