> For the complete documentation index, see [llms.txt](https://docs.klai.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klai.studio/v1/reference/components-overview/misc-elements/signature.md).

# signature

The `signature` element is a basic signature capture that is mobile compatible. The captured signature is converted to base 64 and added to the data model.

```yaml
// Signature capture pad
{
    "height": 150,
    "hint": "By signing this form you agree to the terms and conditions as stated somewhere else.",
    "label": "Sign your name ...",
    "model": "signature",
    "required": true,
    "styleClasses": "col-md-6",
    "type": "Signature",
    "validator": "string"
}
```
