Hi,
Please post your URL to show us your form issue.
We will try to provide a fix, if it’s compatibility issue with the theme, if not, you will have to contact plugin author for assistance.
Thank you.
Thread Starter
dimned
(@dimned)
Hi Danzel,
There is Under Construction enabled. Please give me your email where I can send login details.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
@dimned Please do not ask anyone to post their email or offer to let them login/grant them access to your installation that way. Both are actively discouraged in these forums.
If you do not want to share a URL here then that’s fine but it will hamper others being able to help you.
@dimned – I had it under Name field. Adding this code to child’s functions.php has solved the hidden element problem.
.wpcf7 span.wpcf7-not-valid-tip {
position: initial;
}
@kerdezo – Thanks for posting your solution. Also, that’s CSS and would go in the child theme style.css file, not functions.php.
@bdbrown – Sure. You are right. It is in style.css
I just was in a hurry. Sorry for the mistake.
Have a nice day all!
Hi this css works well
.g-recaptcha {
margin-bottom: 20px !important;
clear: both !important;
}