• Something has changed, and the Contact 7 form is now only displaying the Recaptcha after the Submit button is clicked. Therefore, the user clicks Submit, then the recaptcha box displays, then the user has to check the recaptcha box and click Submit again. I think most users won’t even look after clicking Submit the first time. How do we get the Recaptcha to show up before the Submit button is clicked? Here is my code in the Contact 7 form:

    <label> Your Name (required)
    [text* your-name] </label>

    <label> Your Email (required)
    [email* your-email] </label>

    <label> Subject
    [text your-subject] </label>

    <label> Your Message
    [textarea your-message] </label>

    [recaptcha]

    [submit “Send”]

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

    (@takayukister)

    Try deactivating all other plugins and switching to the default theme.

    Thread Starter ssllyy

    (@ssllyy)

    Thank you for the advice. However, that will not solve my problem, as the website was just published with that theme, so I can’t very well switch themes now, or disable plugins that are needed to run the website.

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

The topic ‘Recaptcha only displays after Submit’ is closed to new replies.