Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125195

    When I enable Google reCaptcha V2, the submit button disappears on the contact form. When I complete Captcha verification, the submit button fades in. How can I change it so that the submit button is always visible?

    • This topic was modified 5 years, 4 months ago by csrey.
    #1125878

    Hey csrey,

    Thank you for using Enfold.

    You can show the button but the label will be shown as “Authenticating…” instead of “Submit”. You can install the beta version of the theme, which contains the improved version of the spam protection. You will then be able to configure more options. (see private field)

    Best regards,
    Ismael

    #1125978

    Thank you for your response. I would prefer not to upgrade to beta version which may not be stable.

    It’s okay if it shows “authenticating”. How can I show the submit button?

    #1126233

    Hi,

    Thank you for the update.

    You can use this css code to have the submit button display on load.

    #top .avia_ajax_form input[type='submit'].avia-button-default-style {
        background-color: #9a9a9a;
        border-color: #737373;
        pointer-events: none;
        opacity: 1;
        animation: all 0.7s;
    }
    

    You can also adjust the colors if you want.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.