Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 6001

bestwebsoft on "Contact Form not updating because of GoogleMaps"

$
0
0

Hi bmagill1979,

Judging by the source code, on the page you specified the contact form is displayed by "Contact Form 7" plugin.
Unfortunately, it is not our plugin, it was developed by someone else.
However, the problem is indeed triggered by "GoogleMaps" code, which "overshadows" form inputs when entering the values.
You can fix this problem by adding the following code at the bottom of the CSS file of your theme:

div.wpcf7 {
position: relative;
z-index: 1;
}

Regards,
BestWebSoft Support Team


Viewing all articles
Browse latest Browse all 6001