> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/forms/how-to-use-file-upload-custom-field-in-forms-and-surveys.md).

# How To Use File Upload Custom Field in Forms and Surveys

This tutorial will show you how to create the file upload custom field, and how it can be used within both forms and surveys.

**Step 1: Adding the File Upload Custom Field to Your Form or Survey**

* Navigate to the form builder.
* You’ll see Standard Fields and Custom Fields in the menu on the right.
  * Standard Fields are commonly used, default fields in the system, such as name, email, and phone.
  * Custom Fields are those you’ve created specifically for your business needs. (To create a custom field go to settings and click “custom fields”)
* Click **Custom Fields**

{% embed url="<https://lh3.googleusercontent.com/xyxuU29mLNKC9PcQoBVwsF8lLhx1-J8m35Iq03rszSxx_8-lG1_vp5CjN7x9x3SSw1I4cENjqrFdqEjr5069V0X6inOZKw9zD__3RCIZ_p9RC3QWAb3YgUHn-pv7DhuUX_O3Ak-3GPQ1sInKr8iXZOO-LG2vfO7Es62AdI13bhaReyJ0SBeLvwOeL8I>" %}

* In the sidebar, search for “File Upload” from the options.

{% embed url="<https://lh3.googleusercontent.com/-ORxaZHXPogTgAH25HS-bdiepVNyvpLAcXRHTkiyfGVWHJ-9eUl15qAXyNOqPsNLbpoghNdr4Th4mxgUGEUiqpEp74Db7DtC4pSb0yfDSv3-JRYZjcTZ0fAu-xYKH769iFqAKP7kDR_ONOu2u3iV8wUbRFS_I4kcg8_pkU3xsITlxp8hX-ynbvbAHUA>" %}

* Click and Drag this field over to your form.
* To edit, click on the feature field in your form, and the editor will appear in the right-hand sidebar. You can edit the Title, Placeholder, and make this a required field in your form.

{% embed url="<https://lh5.googleusercontent.com/vhJ6WV8EdIZ7txc6TIQZjpFoPRynrB9kb5yr5RITP7JVIIEH1qSZfyBFP14_elWn3BWlCbZjLHYb_j2HbOqTU3d_RdlGE1NN5evNEQQzbTAsJ6lKyYtf5jOZm9HsOzXk8YPkarkbG4KJFD3nXc_PjmIg-mAAkDfORVUvxSkBMSryD3L8CdYDLFOgqww>" %}

* Click **Save Form**.
* Click **Integrate Form**.
* Copy the link and paste it into the browser, or wherever you wish to use it.

You can also create a **file folder** and organize multiple files in one organized space.

**To create a file folder:**

* Navigate to settings and custom fields.
* In the top right corner choose “Add folder”
* From here name your folder “Files” and add to Field
* Select Files.
* Name and Save.

{% embed url="<https://lh4.googleusercontent.com/kiWSh4i-CZkOhQC1-MYGQJ2XEhik5RKu5HuJJpT-dBIXGRYWGMN-D5DEYwk5HZvsk2J9WkWdsRC_8yVs9gCjkpgmU284R75hGyjuQdOyyPMxB74hrJpikp4uoLxb1lGUodorshTlUBGySj_Kvp8N-Sr0zkktjs2XZaEwks0zkVqUhdkPC7Bhi8LMCro>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/forms/how-to-use-file-upload-custom-field-in-forms-and-surveys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
