Headers and Footers

  • InPower
    Asked on November 22, 2018 at 7:34 AM

    Attached is my printed form, created from the webform with the print button. On the header I need the web address and form title removed and I need page numbers to appear as a footer. Please advise. 

     I am not using PDF creator for other reasons. 

  • Kevin Support Team Lead
    Replied on November 22, 2018 at 10:51 AM

    To hide the header you may inject this CSS code: 

    @media print {

    #id_11{

    display: none;

    }

    }

    Here's the guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Now, the JotForm branding can be removed only from the account settings page, but the upgrade is required for that.

    Regarding the page number and the URL, that's not something JotForm adds, it's information added by the browser by default so I'm afraid that it's not possible to handle or get rid of that. 

    I hope this helps.