---
title: "Customizing Field Visibility in Print Format\n"
space: "ERPNext"
url: "https://docs.frappe.io/erpnext/making-fields-visible-in-print-format"
updated: "2026-03-02"
---


Each transaction has a Standard Print Format. In the Standard format, only certain fields are displayed by default. If a user wants to display a particular field in the Standard format, it can be customized by using Customize Form tool.

Let's assume in the Sales order, we need to make Shipping Address field visible in the standard print format.

#### Step 1: Go to Customize Form

> Home > Customization > Form Customization > Customize Form

#### Step 2: Document Type

As per our scenario, Sales Order will be selected as Document Type.

![Document Type](/files/customize-make-fields-visible.png)

#### Step 3: Disable Print Hide

Click to open field to be made visible in the Standard Print Format. Disable **Print Hide** field.

![Uncheck Print Hide ](/files/customize-visible in print.gif)

#### Step 4: Update

Update Customize Form to save changed. Reload your ERPNext account, and then check Print Format for confirmation.


