Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #19311
    Ute-Marie
    Participant

    Hello,

    I’ve got a problem with gravity forms. My form is not displaying. Gravity forms gives me the notice to check wether the footer.php has this snippet <? php wp_footer(); ?> entered.
    When I add this the form is showing up but then the Catch Everest footer disapears in the frontend. So yet I can have form or footer. Not both. Can you please help me with this problem?

    Kind regards
    Cheris

    #19315
    Sakin
    Keymaster

    @Cheris: How are you adding Gravity Forms. It should work fine. We do have wp_footer() in our footer.php file. Also do send me your site URL.

    #19316
    Ute-Marie
    Participant

    SiteURL is

    I have added it via wordpress plugins. nothing changed. the only thing is that my form has conditional logics.

    thanks fpr replying.

    #19318
    Sakin
    Keymaster

    @Cheris: You forgot to add site URL. Yes, I know that you are using Gravity form plugin. But I mean how did you add the code. Is what you added shortcode in your page/post or added as widgets.

    #19321
    Ute-Marie
    Participant

    I added it via shortcode.

    #19322
    Ute-Marie
    Participant
    #19326
    Sakin
    Keymaster

    @Cheris: Your form have display none in code. Can you check your form settings. I can show you the proof. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will force your form to be displayed.
    .gform_wrapper { display: block !important; }

    #19327
    Ute-Marie
    Participant

    works fine with your tip. thanks a lot! made my day!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘gravity forms and footer.php’ is closed to new replies.