Tagged: CONTACT FORM
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?
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
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?
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