PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Modal/Popup for Multipage Form

  1. I have been trying every modal/popup plugin I can find, but none seem to be able to handle a multipage form. Does anyone know of one?

    Posted 11 years ago on Tuesday July 10, 2012 | Permalink
  2. Not sure of any particular one - however when you are placing your form do you have AJAX enabled ? Also, you could try iframing the form in one of the modal windows.

    Posted 11 years ago on Tuesday July 10, 2012 | Permalink
  3. I do have ajax enabled. With that, only one popup/modal/lightbox I have found so far has even been able to handle the pop-out date picker within the new window (Poppop plugin). They seem to all need to reload the page even with ajax--when the window reloads if you popup reclick the link it will have gone to the next page of the gravity form, but I can't get it to do it without reloading the window and needing to reclick the popup link.

    I will try the iframe. It was just something I wanted to avoid because creating Genesis page templates is frustrating.

    Posted 11 years ago on Tuesday July 10, 2012 | Permalink
  4. same here. doesnt work

    Posted 11 years ago on Thursday October 4, 2012 | Permalink
  5. @netigate, if you would like assistance, please post a link to your form so we can see what the problem first hand. Thank you.

    Posted 11 years ago on Friday October 5, 2012 | Permalink
  6. I am having this problem as well. I wrap the gravity form code in div calling the Fancybox, and the form works great on the first page. Clicking the Next button causes the modal to close and the next page of the form to load on the originating page. I tried every manner I could think of to use class="iframe" and class="iframe fancybox" in both the existing divs and a new one around it.

    My form is here: http://www.sacmusicmachine.com/wedding-planning-form/ (it's the "Click Here to Get Started" link at the top of the page - not the actual form down below)

    Any help would be appreciated.

    '

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  7. Oh - here is what I am using right now to call the Fancybox and the form, which works great for the first page:

    <div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1">
    [gravityform id="1" ajax="true"]
    </div>
    </div>
    <a href="#fancyboxID-1" class="fancybox">Click here to get started</a>
    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  8. I got an error when I tried to access that page:

    "Sorry, but you do not have permission to view this content."

    Posted 11 years ago on Saturday March 2, 2013 | Permalink