Sumy Designs
Member
Posted 11 months ago #
I use contact form 7 for tons of sites all the time, and I have a bizarre problem I've never seen before. I have two fields that I can't click in when I try to fill out the form. I can tab into them, and I can click in all the other fields on the form, but when I try to click in these two fields it won't let me.
Any ideas?
http://wordpress.org/extend/plugins/contact-form-7/
Sumy Designs
Member
Posted 11 months ago #
Here is the link: http://www.archviewlabradoodles.com/puppies/puppy-application/
It's City and State you can't click in. It's frustrating, because you can tab into those fields, but you can't click into them. I've tried to delete and reinsert and the same thing happens.
How interesting mistake!
In http://www.archviewlabradoodles.com/wp-content/themes/thesis_181/custom/custom.css
Line #93
.custom .phone {
padding-top: 65px;
text-align:right;
font-size: 18px;
color: #fff;
padding-right: 20px;
}
The 65px padding-top hides City and State fields above the Phone field with phone class. To fix this, remove the style or change the field name from "phone" to "your-phone".
Sumy Designs
Member
Posted 11 months ago #
Thank you! Oh my, I feel so stupid! That .phone class was meant to style the phone number at the top of the page, not the phone text field. I changed the name of that and it is now fixed. Thanks!