# Double-entry Verification

The options is available as an advanced option for the following question types:

* TEXT
* NUMERIC
* PHONE
* TEXTBOX

![](/files/QNT5jk8bIShLL1yStX6F)

When this option is enabled, the users will have to answer the same question twice and **both responses MUST match**. A common use case could be the user email address, social security number and so on. This validation is performed on the device directly therefore it will work both online and **offline** reducing the chances of collecting wrong data.

{% hint style="warning" %}
The comparison is case sensitive, i.e "John" and "john" do NOT match.
{% endhint %}

Let's see it in action: on the form below we enabled the option for a *"What is your email?"* question

When the users answer this question they will have to enter the email address twice to proceed.

![](/files/5uIPpJqV2NysxPqlyOVI)

### Web application

| <img src="/files/2Ph4BuYaUofoyRlH9n6K" alt="" data-size="original"> | <img src="/files/GLyOnRc1dcD0bVmtOtCh" alt="" data-size="original"> |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- |

### Mobile application

| <img src="/files/3piX8q8LrusPvocf5JZw" alt="" data-size="original"> | <img src="/files/qmcw6oFzkp4eshQrphEe" alt="" data-size="original"> |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|                                                                     |                                                                     |

Have a look at the example project [**EC5 Double Entry Example.**](https://five.epicollect.net/project/ec5-double-entry-example)


---

# 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://docs.epicollect.net/formbuilder/double-entry-verification.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.
