Title: Improve Print Function
Last modified: April 3, 2024

---

# Improve Print Function

 *  Resolved [wailtail](https://wordpress.org/support/users/wailtail/)
 * (@wailtail)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/improve-print-function/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimprove-print-function%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/improve-print-function/#post-17549629)
 * Hello [@wailtail](https://wordpress.org/support/users/wailtail/)
 * Please call the PRINTFORM operation as the onclick event of the button field 
   as follows:
 *     ```wp-block-code
       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:
 *     ```wp-block-code
       @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.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [print](https://wordpress.org/support/topic-tag/print/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/improve-print-function/#post-17549629)
 * Status: resolved