Contact form issues

GK User
Mon Dec 21, 2015 3:41 pm
Hello,

I am trying to configure the contact form with the huge map on my site which is located here:
http://new.instante.gr/index.php/contact

When someone enters the form all fields have their proper titles. If you hover over one of them though one by one the titles are removed! This way all fields become incomprehensible and impossible to fill. Besides that the same effect is present when the page is loaded on a mobile device. Only the titles are hidded there without the hover of the mouse. The page on mobiles loads without the titles to begin with.

Besides that (I suppose troubleshooting that will not be hard) is there a way to define where the emails from the contact form are sent? I saw no field to configure the receiving emails of the users that use the form.

Thank you.
User avatar
Senior Boarder

teitbite
Wed Dec 23, 2015 2:30 pm
Hi

Please add this code to override.css

Code: Select all
.contact-form label {
    display: block !important;
}
User avatar
Moderator


cron