---
title: "Private Fields"
description: "Mark a form field Private so requesters still fill it in, but its answer stays out of non-admin views, email notifications, exports, certificates, and search."
category: "Building workflows"
updated: 2026-08-27
canonical: https://approvethis.com/docs/manuals/private-fields
---

# Private Fields

A form sometimes has to collect a bank account, a salary figure, or an ID number that approvers have no reason to read. Marking that field Private keeps it on the form for the requester while holding its answer out of non-admin views, email notifications, exports, certificates, and search. This guide is for Administrators editing a workflow's form, and assumes the workflow and the field you want to protect already exist. Private is visibility shaping rather than encryption or access control — the value still lives in the database, and only super admins, team owners, team admins, and the workflow's owner can read it, in a collapsed Private Fields section on the request and approval pages.

**Who this is for:** an Administrator.

> **Prerequisite:** Sign in as an Administrator.

> **Getting here:** Fields are edited on the workflow's Form tab: click a field's card to expand it — the Private switch is under Advanced on its Content tab.

## Mark the sensitive field Private

Sensitive answers stay collectable without being broadcast: once a field is Private, its entries are excluded for every viewer from request list expansions, the per-request data table and its CSV/XLSX export, approval certificates, field-rendering emails, and the search index. Two things to weigh before you flip it: the requester who typed the value cannot read it back on the request page afterwards, and the workflow API and Zapier payload still serialize private entries.

1. Sign in as an Administrator on the workspace that owns the workflow.
2. On the Form tab, click the card for the field holding the sensitive answer to open it — the example screenshots use **Account number**.

   ![On the Form tab, click the card for the field holding the sensitive answer to open it — the example screenshots use Account number.](https://approvethis.com/docs-assets/manuals/private-fields/screenshots/private-fields-s1-01.png)

3. Open the field's Content tab and click **Advanced** to reveal the extra field settings.

   ![Open the field's Content tab and click Advanced to reveal the extra field settings.](https://approvethis.com/docs-assets/manuals/private-fields/screenshots/private-fields-s1-02.png)

4. Click **Private**. The switch's own copy states that private fields appear on the form but are not shared with non-admin users or included in email notifications.

   ![Click Private. The switch's own copy states that private fields appear on the form but are not shared with non-admin users or included in email notifications.](https://approvethis.com/docs-assets/manuals/private-fields/screenshots/private-fields-s1-03.png)


> **Success cue:** A **Private** badge appears on the collapsed field card, marking the field as protected.

> **What happens next:** What Private holds back, exactly. The field still shows on the form, so the requester fills it in as normal. But its answer is left out of the request as shown to non-admin approvers, out of every field-listing email, out of the request data table and its CSV/XLSX export, out of approval certificates, out of the public API's field listing, and out of search. The people who can still see the answer — super admins, team owners, team admins, and the workflow's owner — see it in one place: a collapsed "Private Fields" section on the request and approval pages. Even the requester who typed the value cannot see it again on the request afterwards unless they hold one of those roles, and a private field cannot be used in a request-name formula.

