PDF Editor: Ability to add a customized footer.

  • dawidku
    Asked on November 13, 2019 at 7:54 PM

    Hello

    How do I block the text box (footer) on the bottom of every page?

    Here is my form, the very bottom field with company details should 

    be placed on all pages on the bottom.

    https://eu.jotform.com/build/93155984236365


    Regards

    Dawid

  • jherwin
    Replied on November 13, 2019 at 11:01 PM

    Hello Dawid - Can you please explain your question in detail?

    I checked your form and the text fields are set to hidden, if you want to display it at the end of each page then you need to display it.

  • dawidku
    Replied on November 18, 2019 at 4:30 PM

    Hello

     
    I want the text field shown below to appear / lock on the bottom of every page like a standard footer.  When page is not filled with other text this field shows in the middle.
     
    Is this at all possible?
     
    image Screenshot 10
  • Kevin Support Team Lead
    Replied on November 18, 2019 at 10:21 PM

    I would recommend you to kindly try adding the footer to each page and then inject this code: 

    .form-all li[data-type="control_text"] {

        position: absolute !important;

        bottom: -285px;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps. 

  • dawidku
    Replied on November 19, 2019 at 1:54 PM

    Oh my bad, what I really need is this "footer" text box to be as described in my previous post 

    but not necessarily in the form but in the generated PDF report.

    Is this possible?

  • Kevin Support Team Lead
    Replied on November 19, 2019 at 2:42 PM

    I have been performing some tests on my end and unfortunately, I cannot find a way to add a footer to the document, it's possible to add a text element, but this will not behave the same way as it's will not remain at the bottom of the page. 

    I'm forwarding this to our back-end team as feature request, we cannot provide a time frame for this, but we will keep you updated via this thread. 

    Thanks.