# E-Signature Fields

### Using E-Signature fields in Noloco

{% embed url="<https://www.youtube.com/watch?v=Y4clBXZDSIE>" %}

### **Enabling E-signature Input**

1. **Navigate to your Form or Action button**
2. Open the settings of the field in your form you wish to turn into an E-signature input.
3. Change the **Display As** option to "**E-Signature**" in the form field settings.

{% @arcade/embed url="<https://app.arcade.software/share/HSwe6xaFLo7v91M5V4h2>" flowId="HSwe6xaFLo7v91M5V4h2" %}

### **Signature Input Options**

When enabled, users can choose from three methods to provide their signature:

#### **Draw**:

Users can draw their signature using a mouse or touch screen.

<figure><img src="https://319575345-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifpIQWu0HCVYAt51oT%2Fuploads%2Fgit-blob-607371bae2505685c8523a067ee6dce70de24580%2Fsignature-draw.png?alt=media" alt=""><figcaption></figcaption></figure>

#### **Type**:

Users can type their name, and it will be converted into a handwritten style.

<figure><img src="https://319575345-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifpIQWu0HCVYAt51oT%2Fuploads%2Fgit-blob-4239f6b633a67e780cd9fc238e9fdf04d142d344%2Fsignature-type.png?alt=media" alt=""><figcaption></figcaption></figure>

#### **Upload**:

Users can upload an image of their signature.

<figure><img src="https://319575345-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifpIQWu0HCVYAt51oT%2Fuploads%2Fgit-blob-1c53f52c8fddab6c28f7ac1c88b0802b734f7f5b%2Fsignature-upload.png?alt=media" alt=""><figcaption></figcaption></figure>

### **When can you use the E-Signature Input?**

* **New Record Creation**: Capture signatures when users create new records.
* **Action Buttons**: Use in action buttons to update records, such as signing off on orders or invoices.

### **Example: Sign Action Button**

Create a "Sign" action button that opens a modal, allowing users to provide their signature to approve an order or invoice.

[Learn more about action buttons](https://guides.noloco.io/actions/action-buttons)


---

# 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://guides.noloco.io/forms/forms/e-signature-fields.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.
