# Hide file upload details on the checkout page

You can hide the file upload details on the checkout page by prepending the **Field Name** value with an underscore. You will be able to find the **Field Name** from the existing Upload Set that you have created on the Uploadery dashboard.

For example, changing "uploadery\_1" to "\_uploadery\_1" will hide the file upload details.

<figure><img src="/files/8Miq7okTWtvSNMh82K7z" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**: This will only work if all the spaces are filled in with underscores rather than spaces. For example: "\_uploadery\_1" instead of "uploadery 1".
{% endhint %}

Below is an example of how they display at checkout by default.

![](/files/E9mgJzLJjr0FWLjaOH9r)


---

# 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://shoppad.gitbook.io/uploadery/customize-the-app/hide-file-upload-details-on-the-checkout-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.
