Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #832022

    Hello,

    When I put several contact forms, the fields “name”, “E-mail”, “Subject” …. disappear?

    #832647

    Hey KrassyAndreev,

    I’m not seeing any disappearance. Would you be able to provide a screenshot of the issue?

    Best regards,
    Jordan Shannon

    #833126

    Menu: CONTACT US
    In the section “Your recommendations” are missing the fields:
    Name, E-Mail, Subject
    :)

    #833372

    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

    #833428

    OK :)

    #833639

    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

    #833644

    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 :(

    #833649

    Hi,

    Add a custom class to one of the forms and target that.

    Best regards,
    Jordan Shannon

    #833653

    Thanks for the great support!

    #833656

    Hi,

    No problem at all. Please let us know if this works out for you.

    Best regards,
    Jordan Shannon

    #833662

    Did not work :(
    But the idea with Custom CSS is good :)

    #833665

    Hi,

    Which portion did not work?

    Best regards,
    Jordan Shannon

    #833668

    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 …
    :)

    #833677

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.