• Resolved wailtail

    (@wailtail)


    Hello, is there a way to improve the print quality of the form?
    Currently when the form is printed or Saved a s a pdf, non of the inputted selections made on the actual form are visible . The variables are listed , but the selection that was made cannot be seen.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @wailtail

    Please call the PRINTFORM operation as the onclick event of the button field as follows:

    PRINTFORM(this.form);

    Also, you can modify the appearance of the printed form version by entering styles definitions through the “Customize Form Design” attribute in the “Form Settings” tab.

    For example:

    @media print {
        #fbuilder,
        #fbuilder *{
          color: black !important;
          text-shadow: none !important;
        } 
    }

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Improve Print Function’ is closed to new replies.