how to add security to pop window

  • jfriesen
    Asked on May 30, 2015 at 4:09 PM
  • Elton Support Team Lead
    Replied on May 30, 2015 at 6:30 PM

    Hi,

    If you are referring to the pop-up embed code, simply tick the secure form check box when you get your form embed code.

    how to add security to pop window Image 1 Screenshot 20

    Or you can change it manually by changing the http://form with https://secure found in the pop-up embed code.

    Example,

    FROM:

    <a href="javascriptDISABLED:void( window.open('http://form.jotformpro.com/form/51487624455967', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">Message Contact Form</a>

    TO:

    <a href="javascriptDISABLED:void( window.open('https://secure.jotformpro.com/form/51487624455967', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">Message Contact Form</a>

    Let us know if you have further questions. Thank you!