• Resolved webvisuals

    (@webvisuals)


    I have updated my forms to Googles Recaptcha. I have the correct Keys setup. I tried with all the plugin disabled. The Recaptcha will just not display. It is also effecting how the form works and in this case does not work.

    Could you please take a look and let me know what I need to do to correct?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    What content do you have in the Form tab panel?

    Thread Starter webvisuals

    (@webvisuals)

    Here is a cut and past from the tab panel.

    text
    email
    URL
    telnumber
    date
    text area
    drop-down menu
    checkboxes
    radio buttons
    acceptance
    quiz
    reCAPTCHA
    file
    submit

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    I mean the content in the text field.

    Thread Starter webvisuals

    (@webvisuals)

    Hopefully you mean this… the code in the content box.

    <div class=”container clearfix”>
    <div class=”float_center”>
    <div class=”largest centering_vertical child closebox all-dark-tan”>
    <i class=”fa fa-user fa-2x” style=”margin-right:10px;”></i> Personal Info
    </div>
    </div>
    </div>
    [text* your-name placeholder “Please enter your full name *”]

    <div class=”container clearfix”>
    <div class=”float_center”>
    <div class=”largest centering_vertical child closebox all-dark-tan”>
    <i class=”fa fa-mobile fa-2x” style=”margin-right:10px;”></i> Contact Details</div>
    </div>
    </div>
    </div>
    [text Phone placeholder "Best phone number"]

    [email* your-email placeholder “Enter a valid email address *”]

    <div class=”container clearfix”>
    <div class=”float_center”>
    <div class=”largest centering_vertical child closebox all-dark-tan”>
    <i class=”fa fa-comment fa-2x” style=”margin-right:10px;”></i> Your Message
    </div>
    </div>
    </div>
    [textarea your-message placeholder “How may we help you?”]
    [recaptcha]
    [submit “Send Information”]

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Yes I meant it.

    <i class="fa fa-mobile fa-2x" style="margin-right:10px;"></i> Contact Details</div>

    This </div> is unnecessary here and messing the entire HTML structure. Remove it.

    Thread Starter webvisuals

    (@webvisuals)

    My bad. Thank you kindly for your help!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘ReCaptcha Not Displaying’ is closed to new replies.