---
title: "Confirmation Field - Convert Forms"
description: "Add confirmation fields for sensitive inputs like email or password to ensure accuracy."
url: "https://www.tassos.gr/docs/convert-forms/fields/confirm"
date: "2026-05-01T17:09:16+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Convert Forms ](https://www.tassos.gr/index.php?option=com_content&view=category&id=43) / [ Field Types ](https://www.tassos.gr/index.php?option=com_content&view=category&id=62)

#  Confirmation Field

##  Add confirmation fields for sensitive inputs like email or password to ensure accuracy.

 ![Using the Confirmation Field](https://www.tassos.gr/media/template/products/convert_forms/confirmation_fields.svg)

 Confirmation Field is available in Pro  Unlock this and dozens of other powerful features by upgrading to Convert Forms Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/convert-forms/subscribe)

Confirmation fields makes it easy to require a user to verify their email address, password or any other field of your choice. Below you can find a guide explaining how to set it up for the Email Address Field as well as the Password Field.[](#add-a-confirmation-field)

### [How to add a Confirmation field](#add-a-confirmation-field)

To add a Confirmation field follow the steps below:

- First, create or edit a form
- Go to Fields &gt; Add Field
- Select the *Confirm* Field from the Advanced Fields

![confirm field](https://www.tassos.gr/images/cf-confirm-field-doc-select-field.png)

- Add the Field Key from the field you want to confirm its value to the \*\*Confirm Field Key
- Select the Confirm field type via the \*\*Confirm Field Type select box. Your Confirm field can either be set to display plain text or asterisks for password confirmation.

![confirm field](https://www.tassos.gr/images/cf-confirm-field-doc-set-settings.png)

### [How to create an Email Address confirmation](#create-an-email-address-confirmation)

You will need to have an Email Address Field in your form. If you do not have any, you can add via the Fields &gt; Add Field page.

Once you have added the Email Address Field, make sure the Field Key is set to **email**.

![confirm field](https://www.tassos.gr/images/cf-confirm-field-doc-email-field-key.png)

Now you can add the *Confirm* Field via the Fields &gt; Add Field page. After you have added the Confirm field, you will need to set the *Confirm Field Key* to **confirm\_email** and make sure the *Confirm Field Type* is set to **Textbox**.

![confirm field](https://www.tassos.gr/images/cf-confirm-field-doc-email-field-confirm.png)

Your users will now need to enter their email address twice to verify their email addresses match.

### [How to create a Password confirmation](#create-a-password-confirmation)

You will need to have an Password Field in your form. If you do not have any, you can add via the Fields &gt; Add Field page.

Once you have added the Password Field, make sure the Field Key is set to **password**.

![confirm field](https://www.tassos.gr/images/cf-confirm-field-doc-password-field-key.png)

Now you can add the *Confirm* Field via the Fields &gt; Add Field page. After you have added the Confirm field, you will need to set the *Confirm Field Key* to **confirm\_password** and make sure the *Confirm Field Type* is set to **Password**.

![confirm field](https://www.tassos.gr/images/cf-confirm-field-doc-password-field-confirm.png)

Your users will now need to enter their password twice to verify their passwords match.

 Confirmation Field is available in Pro  Unlock this and dozens of other powerful features by upgrading to Convert Forms Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/convert-forms/subscribe)

 Last updated on Mar 3rd 2025 11:03

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Convert Forms",
            "item": "https://www.tassos.gr/docs/convert-forms"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Field Types",
            "item": "https://www.tassos.gr/docs/convert-forms/fields"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Using the Confirmation Field",
            "item": "https://www.tassos.gr/docs/convert-forms/fields/confirm"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/fields/confirm"
    },
    "headline": "Using the Confirmation Field",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Stergos Zamagias",
        "url": "https://www.tassos.gr/docs/convert-forms/fields/confirm"
    },
    "datePublished": "2020-02-01T12:18:38+02:00",
    "dateCreated": "2020-02-01T12:18:38+02:00",
    "dateModified": "2025-03-03T11:03:15+02:00"
}
```
