Use pop up in buttons

  • RMFP
    Asked on August 5, 2015 at 11:22 AM

    I am using a wordpress theme that has a call out feature.  You see an example here: http://graniteliquidators.com/ (Just below th slider) 

     

    In there they have a Button Text and Button URL. I want to be able to have it where when they click the button i.e. "Download Book Now!" It would use a pop up from from Jot Form?

     

    Any ideas on how to achieve this?

     

    Brad 

  • David JotForm Support Manager
    Replied on August 5, 2015 at 2:19 PM

    Once on the edit mode of your form, click Embed Form, then on the Pop-up embed option:

     

    Use pop up in buttons Image 1 Screenshot 30

    You will obtain the link tag of to pop up the form: <a href="#">the name of your form</a>

    Simply, replace the text and add this code inside the <a> tags: <input type="button" value="Button Text">

    So it will be something link this: <a href="javascriptDISABLED:void( window.open('http://form.jotform.co/form/52085124570854', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))"><input type="button" value="Complete the Contact Form"></a>

    Use pop up in buttons Image 2 Screenshot 41

    Hope this helps, let us know if you have more questions.

  • RMFP
    Replied on August 5, 2015 at 2:25 PM
    The button will already be created with my software. I just want it to pop up when you click my already generated image.
    ...
  • David JotForm Support Manager
    Replied on August 5, 2015 at 4:13 PM

    Then just grab your pop-up code, and add it to your image, or button.

  • RMFP
    Replied on August 5, 2015 at 4:25 PM
    I have tried that and it won’t work.
    That is why I am trying to get support.
    Brad
    ...
  • David JotForm Support Manager
    Replied on August 5, 2015 at 5:27 PM

    Can you please share the code of your button you are using? Also, not sure if this is your page: http://graniteliquidators.com/granite-colors/, or is an example(as you have stated on first reply), if that is not the page, please provide us the URL of the page where you are trying to accomplish this.