Pop-up embed form

  • JDzigner
    Asked on September 21, 2017 at 1:12 PM

    Hi there,

    I love your form builder and want to use the pop up embed code wrapped in a button from my website. How can I integrate the code so that is is triggered when someone clicks on my button?

    Follow the link provided below, about 3/4 way down the page there is a pricing table. The center and right had columns have the embed code at the bottom where the button should be, but instead is text.

    Thanks in advance!


  • BJoanna
    Replied on September 21, 2017 at 2:34 PM

    If you want to replace the text with a button, add this code instead of the text <input type="button" value="CLICK HERE" />

    <a href="javascriptDISABLED:void( window.open( 'https://form.jotform.ca/72635008286256', 'blank', 'scrollbars=yes, toolbar=no, width=700, height=500' ) ) "><input type="button" value="CLICK HERE" /></a>

    You can also create a Lightbox Form:

    https://www.jotform.com/help/220-How-to-Create-a-Lightbox-Form 

    Hope this will help. 

  • JDzigner
    Replied on September 21, 2017 at 2:44 PM

    Thanks BJoanna,

    Is it possible to use a custom button?

    Thanks for your help!

  • JDzigner
    Replied on September 21, 2017 at 2:57 PM

    I figured it out for the lightbox. Thanks!