# Handwritten signature

## Rationale

\[SINCE Orbeon Forms 2016.1 PE]

This component allows you to capture a signature from people filling out the form, similar to what you would do if you had a paper form, except of course:

* The signature is stored digitally.
* On a desktop, the signature is drawn with a mouse or other pointing device, while one a mobile it is drawn with the user's finger or, more rarely, a stylus.

<figure><img src="/files/-LEkC3S5OPRDF713WUMS" alt="" width="346"><figcaption><p>An example signature</p></figcaption></figure>

## Usage

In Form Builder, to add a *signature control* to your form, click on *Handwritten signature* on the left sidebar. You can then add a label to the component (e.g. "Applicant signature") and a hint (e.g. "You are hereby accepting the Acme application terms and conditions"), as necessary.

## Support and limitations

**HTML5 canvas**. For its implementation, this component uses the [HTML5 canvas](http://caniuse.com/#feat=canvas), which is supported on all modern browsers, including modern mobile browsers. On IE, it is supported with IE9 onwards.


---

# 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://doc.orbeon.com/form-runner/component/handwritten-signature.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.
