Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #694966

    Hello,

    The contact form in my page is broken, it only shows 2 lines (phone and text lines). It was ok before but I guess some line of code you have sent me maybe overwrited something.

    The contact form on the page looks like this at the moment: http://imgur.com/a/zEVtb

    But in the contact form settings the “name” and “e-mail” fields are also included but not showing in the page.

    Can you please help me to find what is the problem.

    Best Regards,

    #695301

    Hey pimroll,

    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.

    Regards,
    Rikard

    #695428

    Ok sure, here you go.

    #696509

    Hi,

    You have following custom CSS code in Quick CSS

    #element_avia_1_1, #element_avia_2_1 {
        display: none !important;
    }

    Please remove it.

    Best regards,
    Yigit

    #696741

    Hello Yigit,

    Yes but if delete this code: #element_avia_1_1, #element_avia_2_1 {
    display: none !important;
    }

    Then the “Name” field in the Enfold Mailchimp Newsletter widget will be displayed but I only want to display the “E-mail” section.

    Is there a way around it and fix the contact form and display only the “E-mail” line in the MC form in the footer and in the sidebar blog.

    Best Regards,

    #696756

    Hi,

    Please change the code i posted above to following one

    #footer #element_avia_1_1, #footer #element_avia_2_1 {
        display: none !important;
    }

    Best regards,
    Yigit

    #697260

    Hello Yigit,

    The contact form is now ok but in the blog page it now shows the name also can we fix that too?

    Best Regards,

    #697264

    Hi!

    Please change the last code i posted to following one

    .av-mailchimp-widget #element_avia_1_1, .av-mailchimp-widget #element_avia_2_1 {
        display: none !important;
    }

    This should fix it once and for all :)

    Cheers!
    Yigit

    #698038

    Hello Yigit,

    Thanks,now its fine:)

    Regards,

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Contact form is broken’ is closed to new replies.