---
title: "Enable Double Opt-in - Convert Forms"
description: "One way to make your Joomla forms more secure is to make users subscribing for the first time double opt-in before you add them to your email list. Wi"
url: "https://www.tassos.gr/docs/convert-forms/security/enable-double-opt-in"
date: "2026-04-05T00:20:13+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) / [ Spam, Security &amp; Compliance ](https://www.tassos.gr/index.php?option=com_content&view=category&id=78)

#  Enable Double Opt-in

One way to make your Joomla forms more secure is to make users subscribing for the first time double opt-in before you add them to your email list. With double opt-in, a user will submit your form and then receive an email asking for them to verify their email. Usually, this includes a verification link that the user will click on.

Convert Forms is not a newsletter system and as such it doesn't have double opt-in functionality available. However, all of the email providers that integrate with Convert Forms allow you to enable double opt-in easily:

- [AcyMailing](https://www.tassos.gr/joomla-extensions/convert-forms/docs/sync-leads-with-acymailing)
- [MailChimp](https://www.tassos.gr/joomla-extensions/convert-forms/docs/sync-leads-with-mailchimp)
- [GetResponse](https://www.tassos.gr/joomla-extensions/convert-forms/docs/sync-leads-with-getresponse)
- [Campaign Monitor](https://www.tassos.gr/joomla-extensions/convert-forms/docs/sync-leads-with-campaignmonitor)
- [ConvertKit](https://www.tassos.gr/joomla-extensions/convert-forms/docs/sync-leads-with-convertkit)
- [SendinBlue](https://www.tassos.gr/joomla-extensions/convert-forms/docs/sync-leads-with-sendinblue)
- <a href="">Drip</a>

 If your email service provider isn't on this list, that's okay! With our [Zapier addon](https://www.tassos.gr/joomla-extensions/convert-forms/docs/how-to-connect-convertforms-with-zapier), you can create automation that trigger confirmation emails with your favorite email provider.

 Last updated on Nov 26th 2024 12:11

## 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": "Spam, Security & Compliance",
            "item": "https://www.tassos.gr/docs/convert-forms/security"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Enable Double Opt-in",
            "item": "https://www.tassos.gr/docs/convert-forms/security/enable-double-opt-in"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/security/enable-double-opt-in"
    },
    "headline": "Enable Double Opt-in",
    "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": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/convert-forms/security/enable-double-opt-in"
    },
    "datePublished": "2020-11-09T10:15:04+02:00",
    "dateCreated": "2020-11-09T10:15:04+02:00",
    "dateModified": "2024-11-26T12:28:42+02:00"
}
```
