Are there any updates on the functionality of the print button on the Thank You Page

  • miss_beducated
    Asked on April 22, 2014 at 2:35 PM

    My print button located on the thank you page with the data is not working.

  • Mike_T Jotform Support
    Replied on April 22, 2014 at 4:38 PM

    The print button is based on a Javascript code, but we strip the Javascript code in form editor to avoid any possible XSS attacks.

    If your form is ebedded on some page, you can add a print link/button right after the form code.

    Example:

    <a href="javascriptDISABLED:window.print()">Print Link</a>

    <button onDISABLEDclick="window.print()">Print Button</button>

    Are there any updates on the functionality of the print button on the Thank You Page Image 1 Screenshot 20

    This way your form users will be able to use it.

    Please feel free to contact us if you need any further assistance.