Hi, I’m unable to click required input field after error validation on send in Contact Form 7. It’s a theme related issue. Can you please check the link provided? thanks
Hey deepee!
It doesn’t seem like a theme issue. The errors are on top of the input fields so you cannot click on them. Try adding this to your custom CSS to position them beneath the fields.
.giorno .wpcf7-not-valid-tip, .mese .wpcf7-not-valid-tip, .anno .wpcf7-not-valid-tip {
position: absolute;
top: 50px;
}
Best regards,
Elliott
Thank you very much