Hello,
When I put several contact forms, the fields “name”, “E-mail”, “Subject” …. disappear?
Hey KrassyAndreev,
I’m not seeing any disappearance. Would you be able to provide a screenshot of the issue?
Best regards,
Jordan Shannon
Menu: CONTACT US
In the section “Your recommendations” are missing the fields:
Name, E-Mail, Subject
:)
Hi,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
OK :)
Hi,
Okay I see. Add the following to quick css:
#element_avia_2_1, #element_avia_3_1, #element_avia_1_1{
display:block!important;
}
Best regards,
Jordan Shannon
Hello,
Oh, I understand where the problem is!
In your forum I saw that to hide these fields at Mailchimp Subscribe I wrote in quick CSS this:
# Element_avia_1_1, # element_avia_2_1, # element_avia_3_1 {
Display: none;
}
Which Crashes FIRST contact form …
Now to fix the problem … it ruins my hide of footer fields …
No complete happiness :(
Hi,
Add a custom class to one of the forms and target that.
Best regards,
Jordan Shannon
Thanks for the great support!
Hi,
No problem at all. Please let us know if this works out for you.
Best regards,
Jordan Shannon
Did not work :(
But the idea with Custom CSS is good :)
Hi,
Which portion did not work?
Best regards,
Jordan Shannon
On the Contact Us page I have 3 Contact forms :)
The last two shows normally all the fields.
The first contact form still does not display the Name, E-mail, Subject …
But I’ve put Custom CSS …
:)
Hi,
You can even target it closer via the post entry:
.post-entry-506 #element_avia_2_1, #element_avia_3_1, #element_avia_1_1{
display:block!important;
}
Best regards,
Jordan Shannon