# Hide Form Fields Directly on a Page

1. To hide a form field directly on a page, go to the page with the relevant record type. For instance, you can access the student record's "Age" field by navigating to (<mark style="color:red;">**1**</mark>) **Student** > (<mark style="color:red;">**2**</mark>) **Student Details** > (<mark style="color:red;">**3**</mark>) **Add New**.
2. Find the Form Field you want to hide, such as "Age," within the PERSONAL DETAILS section of the page. (<mark style="color:red;">**4**</mark>) Click the **Edit Labels** menu, (<mark style="color:red;">**5**</mark>) then select the information icon next to the form field, and (<mark style="color:red;">**6**</mark>) choose **Edit Form Field**.

<figure><img src="/files/y8MJvl9RNto58G7cg79p" alt=""><figcaption><p>editing the form field "Age"</p></figcaption></figure>

3. The Edit Form Field screen opens in the new tab.&#x20;

   (<mark style="color:red;">**7**</mark>) To hide the form field:

   * Uncheck the boxes next to the desired Permission Levels individually.
   * To hide the field from all permission levels, click the **TOGGLE ALL** button in the **Visibility** column to remove all checkmarks.

<figure><img src="/files/ShNkYSfdyv9Z9R9g2Emj" alt=""><figcaption><p>hiding the form field <code>student_age</code> from all permission levels</p></figcaption></figure>

4. Save your changes by (<mark style="color:red;">**8**</mark>) clicking the **SAVE FORM FIELD** button.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.silverband.com.au/home/paradigm-knowledge-base/system-configuration/workflows/edit-form-fields/hide-form-fields-directly-on-a-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
