Okay
  Public Ticket #918305
Recaptcha and Contact form 7
Closed

Comments

  •  2
    Imogen Bertin started the conversation

    Hello there

    I have hit a problem with using Recaptcha on contact form 7 forms with Salient. The recaptcha is there but it doesn't show the number and the box to type it in - just a tick box for "I am not a robot". I found a possible workaround:

    https://wordpress.org/support/topic/recapture-missing-from-contact-form/

    But I wouldn't know how that could be implemented with Salient or if it would be wise even. Looking forward to your reply.

    Wonderful theme!

    Best wishes

    Imogen

  •  8,996
    Tahir replied

    Hey Again,

    Try adjusting these Options and test : 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Imogen Bertin replied

    I tested. No number to type in with any option (but I read somewhere the new recaptcha works it out from your mousing behaviour whether you are a robot so no more numbers? That could be rubbish...)

    With the minimal style, fancy on or off, I cannot type data into the fields at all when I test. But I love the look of that form! Would prefer to use it if it is working.

    Hope this helps. I don't mind if Recaptcha is actually working with no numbers but it will confuse my elderly customers, so I will need to add a note explaining it to them. I still think it's possibly broken...

    Best wishes, Imogen

  •  8,996
    Tahir replied

    Hey Again,

    Yes you read it right about the Captcha.

    Please use this CF7 Template.  The new version doesnt seem to put out the formatting right causing the unclickable issue. 

    <div class="col span_4">
    <p>
        [text* your-name placeholder "Your Name *"] </p>
    </div>
    <div class="col span_4">
    <p>
        [email* your-email placeholder "Your Email *"] </p>
    </div>
    <div class="col span_4 col_last">
    <p>
        [text your-subject placeholder "Subject"] </p>
    </div>
    <p>
        [textarea your-message placeholder "Your Message"] </p>
    
    <p>[submit "Send"]</p>

    Thanks


    ThemeNectar Support Team 

  •  2
    Imogen Bertin replied

    That's sorted out now except for the email form here which is refusing to display the send button...

    http://www.techability.ie/techability/get-tips/

    I'm only asking them name, email, recaptcha.

    The paypal will take a couple of days as I had to set a new account up for this business but I will check their approvals have completed Monday and should be able to send it then.


  •  8,996
    Tahir replied

    Its actually hidden behind the REcaptcha : 

    Try wrapping the recaptcha code and the submit button in span tags to lay them out correctly. 
    Thanks


    ThemeNectar Support Team