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?
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?
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.
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.
same here. doesnt work
@netigate, if you would like assistance, please post a link to your form so we can see what the problem first hand. Thank you.
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.
'
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>
I got an error when I tried to access that page:
"Sorry, but you do not have permission to view this content."