Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #936659

    Hi

    Is there a way of using Enfolds lightbox to display a contact form?
    I have a page that requires 3 forms, so want to add links to text that opens them in a lightbox.

    Thanks

    #936971

    Hey satsumamedia,

    You might want to use Contact From 7 and Popup for Contact Form 7 to achieve this.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #937102

    Hi
    I need to use GravityForm … upon further investigation, they suggested to use Popup Maker

    Thanks for your help

    #937233

    Hi,

    Button elements can open a lightbox window and display any content inside it.

    1. Create a new page with your form and hide the header and footer from the layout options in the page sidebar.
    2. Copy the page URL and add ?iframe=true to the end of the link.

    example: If the new page created to display in the lightbox is http://kriesi.at/contact the link to open it in lightbox will be http://kriesi.at/contact?iframe=true

    Finally, add the lightbox link to a button element.

    Best regards,
    Vinay

    #1054547

    hello vinay,
    Thank you for the good instructions! it woks! I have the lightbox installed, but how can I delete the delay? and can I change the size of the lightbox into a portrait format? the link to the page I send private content,
    thanks for the help!
    uwe

    #1055719

    Hi,

    The form is responsive when viewed on mobile it will display as a one column. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    /* Width */
    .mfp-iframe-holder .mfp-content {
        width: 90%;
        max-width: 1600px;
        min-height: 90vh;
    }
    
    /* Height */
    .mfp-iframe-scaler {
        min-height: 90vh;
    }
    
    
    

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.