• Resolved fesarlis

    (@fesarlis)


    Hello all.

    The reason I downloaded this great plugin is to show a popup automatically when a page loads.

    The content I want to show inside the popup is a shortcode created by QUFORM (IPHORM). It is a form object. Unfortunately, although quform gives the ability to display it inside a lightbox, it does not do this automatically (only provides the ability to click on a link to show the popup).

    Here is the form when not in popup and when in popup respectively:

    [iphorm id="1" name="contest01"]
    
    [iphorm_popup id="1" name="contest01"]Change this to the text or HTML that will trigger the popup[/iphorm_popup]

    I am not familiar with jquery/js, and did some experimenting with divs/inline content but with no luck. Don’t know what to do next. Please help.

    https://www.ads-software.com/plugins/easy-fancybox/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, I have no idea what that [iphorm_popup] shortcode produces but normally (with other contact form plugins) I advice the method described under “Can I display a contact form in FancyBox?” on https://www.ads-software.com/plugins/easy-fancybox/faq/ (scroll to near the end or hit Ctrl+F and type the word contact to do a quick search for it) which would need the regular [iphorm id="1" name="contest01"] I suppose…

    Thread Starter fesarlis

    (@fesarlis)

    I am getting crazy here. Now it works. I’ve changed nothing…

    I use this:

    <div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" class="hentry">
    [iphorm id="1" name="contest01"]
      </div></div>
    
    <a href="#fancyboxID-1" id="fancybox-auto" class="fancybox-inline"></a>

    Thanks for your fast response anyway. Btw, can I enforce a delay on the automatic opening?

    Btw, can I enforce a delay on the automatic opening?

    No, that’s not possible at this point. I’ll consider such a feature for a future version but no promises ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show quform (iphorm) popup’ is closed to new replies.