Open lightbox from source code

  • geo89
    Asked on June 12, 2015 at 5:40 AM

    Hi, i have downloaded the form source code as .zip and extracted it on my host.

    However I want to open the form as lightbox.

    What do I have to change in this lightbox script in order to load from my end instead of your end:

     

     

    <script src="link" type="text/javascript">
    var JFL_number= new JotformFeedback({
    formId:'number',
    base:'http://jotformeu.com/',
    windowTitle:'title',
    background:'#FFA500',
    fontColor:'#FFFFFF',
    type:1,
    height:400,
    width:930,
    openOnLoad:true
    });
    </script>

  • Welvin Support Team Lead
    Replied on June 12, 2015 at 10:07 AM

    Unfortunately, you cannot use our Lightbox script if you are using the source codes option. You have to look for another script that can open up a page in lightbox mode.

    I used this method once: http://www.jacklmoore.com/colorbox/. Let me know if you need further help.

    Thanks