• Hello,

    I have been trying to figure out how to get a multi-page gravityform to work properly but haven’t had any luck.

    Nothing happens when I click the next button on the form. The code that I have in there right now is this:

    <div class="fancybox-hidden" style="display: none;">
    <div id="fancyboxID-1" style="height: 400px; width: 400px;">[gravityform id="10" name="Subscribe" ajax="true"]</div>
    </div>
    
    <a class="fancybox-inline" href="#fancyboxID-1">
    <img class="size-medium wp-image-918 aligncenter"
    src="subscribenow-300x51.png" width="300" height="51" /></a>

    Any help would be great. Thanks!

    https://ww.wp.xz.cn/plugins/easy-fancybox/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Does the gravity form work when you embed it without the fancybox-hidden div?

    Thread Starter Scarletmai

    (@scarletmai)

    The form works, but it just doesn’t open up as a popup.

    Just before inline content is shown in the lightbox, it is actually moved outside of the post context (where is sits in that fancybox-hidden div) and into a dedicated div that lives (normally hidden) at the end of the source DOM tree just before the closing </body> tag. It is possible that this move action breaks the ajaxy stuff that Gravityfroms need to do multiple pages in the form section. You might want to ask the Gravity devs if there is a way to fix this…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘multi-page gravity forms not working’ is closed to new replies.