> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/initiate-and-sign-envelopes/using-templates/creating-and-managing-templates/configure-a-flexi-form-template/setting-template-expiry.md).

# Setting Template Expiry

### Setting Template Expiry

The **Setting Template Expiry** step allows you to define the validity period during which the Fixed Form template can be used to initiate signing transactions. This is configured from the **Visual Appearance Settings** panel during the final stage of template setup.

***

#### Visual Appearance Settings Panel

<figure><img src="/files/e7Rdt0ik6LNlbtczAezW" alt=""><figcaption></figcaption></figure>

The **Visual Appearance Settings** panel contains two areas:

* **Visual Appearance Settings** — Controls how signature options are presented to signatories during signing.
* **Expiry Section** — Defines the validity window for the template.

***

#### Expiry Section

The **Expiry Section** is located at the bottom of the Visual Appearance Settings panel.

| Field          | Description                                                                 |
| -------------- | --------------------------------------------------------------------------- |
| **Start Date** | Specifies the date from which the template can be used to initiate signing. |
| **End Date**   | Specifies the date after which the template is no longer available for use. |

> **Note:** Expiry configuration is optional and can be set based on business requirements. If no dates are set, the template remains available indefinitely.

***

#### Visual Appearance Settings

Before activating the template, you can optionally control how signature options are presented to signatories. Enable any of the following toggles to hide the corresponding signing method:

| Setting                            | Description                                                             |
| ---------------------------------- | ----------------------------------------------------------------------- |
| **Hide Font Based Signing Option** | Hides the typed/font-based signature option from signatories.           |
| **Hide Draw Option**               | Hides the hand-drawn signature option.                                  |
| **Hide Upload Option**             | Hides the option to upload a signature image.                           |
| **Hide Topaz Option**              | Hides the Topaz hardware-based signature capture option, if applicable. |
| **Hide My Signature** *(optional)* | Hides the previously saved signature option.                            |
| **Hide For Seal**                  | Hides the seal option during signing.                                   |

These settings help standardise the signing experience and ensure signatories use only the permitted signature methods.

***

#### Activating the Template

Once all settings are configured:

* Click **Apply and Activate** to activate the template and complete the configuration. The template will then be available for use to initiate signing transactions.
* Click **Clear** to reset all selections in the panel without closing it.


---

# 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://support.emsigner.com/initiate-and-sign-envelopes/using-templates/creating-and-managing-templates/configure-a-flexi-form-template/setting-template-expiry.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.
