how to add print botton to thank you page

  • royallife
    Asked on August 29, 2014 at 6:36 PM
  • Kiran Support Team Lead
    Replied on August 29, 2014 at 7:30 PM

    Print function is based on JavaScript code, but the form editor strips any JavaScript code to avoid any possible injections of malicious codes to the Thank you page.

    However, if your form is embedded on your website you can try add something like the following code after form embed code to achieve this functionality.

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

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

    how to add print botton to thank you page Image 1 Screenshot 20

    Hope this information helps. Please get back to us if you need further assistance. We are happy to assist you.