> 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/signature-custom-field-in-forms-and-surveys.md).

# Signature Custom Field in Forms and Surveys

This tutorial will show you how to use the signature custom field and how it can be used within the forms or surveys.

**Step 1: Adding the Signature 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 our software, such as name, email, and phone.
  * Custom Fields are those you’ve created specifically for your business needs. They can be organized into folders.
* Click **Add Custom Field.**
* In the Side Bar, search for “Signature” and choose **Signature** from the options. You can name the field, like “Sign here” if you wish.
* Click and drag the Signature field into the form.
* Click **Save Form**.
* Click **Integrate Form**.
* Copy the link and paste it into the browser, or wherever you wish to use it.

**Step 2: Accessing Signatures**

* Navigate to your Contacts/Smart Lists.
* Click into a Contact Record.
* Under “Additional Info” you’ll see their signature, captured from a form or survey.

If you anticipate multiple signatures, you can create a signature or custom field folder to keep track of the information you are collecting. These Folders will also show up in the contact Card to keep your data collection organized.


---

# 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:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/forms/signature-custom-field-in-forms-and-surveys.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.
