---
title: "Add Math Captcha to your Form - Convert Forms"
description: "The Math Captcha field enhances form security, shielding against bots and spam submissions. Users solve a mathematical problem, and with adjustable co"
url: "https://www.tassos.gr/docs/convert-forms/security/math-captcha-to-your-form"
date: "2026-04-07T23:59:23+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)

#  Add Math Captcha to your Form

The Math Captcha field enhances form security, shielding against bots and spam submissions. Users solve a mathematical problem, and with adjustable complexity, you can effectively thwart bots.

![convert forms math captcha preview](https://www.tassos.gr/images/cf-math-captcha-form-preview.png)

- [Add Math Captcha to Joomla Forms](#add_math_captcha)
- [Why you probably don’t need Math Captcha](#honeypot)

## [Add Math Captcha to Joomla Forms](#add_math_captcha)

To add the math captcha to your Joomla forms, go to the main administration menu: Components -&gt; Convert Forms -&gt; Forms.

![convert forms select forms](https://www.tassos.gr/images/convertforms_recaptcha_component_menu.png)

Choose the form you want to edit.

![convert forms select math captcha form](https://www.tassos.gr/images/cf-math-captcha-form-select.png)

Choose the tab "Add Field" and click on the *Math Captcha* field in the Advanced Fields category. Save your work.

![convert forms select math captcha field](https://www.tassos.gr/images/cf-math-captcha-form-select-field.png)

Once the field has been added to the form, you'll be able to customize it by setting the complexity as well as the error message that appears when the user types an incorrect answer.

![convert forms math captcha field settings](https://www.tassos.gr/images/cf-math-captcha-form-field-settings.png)

Finally, after all the changes, save your work. Your Math Captcha field is ready!

Here's how it will look like in your form:

![convert forms math captcha preview](https://www.tassos.gr/images/cf-math-captcha-form-preview.png)

## [Why you probably don’t need Math Captcha](#honeypot)

Without you having to do a thing, Convert Forms is already protecting your forms from spam submissions. A honeypot field is automatically added to each form by default. It's designed to catch spammers in the same way an actual pot of honey would catch flies. It's just a hidden field placed into every form and it's purpose is to make form submission fail if anything is entered into it.

Read more here: [Native Convert Forms Anti-spam Protection with Honeypot](https://www.tassos.gr/joomla-extensions/convert-forms/docs/native-convert-forms-anti-spam-protection-with-honeypot)

 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": "Add Math Captcha to your Form",
            "item": "https://www.tassos.gr/docs/convert-forms/security/math-captcha-to-your-form"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/security/math-captcha-to-your-form"
    },
    "headline": "Add Math Captcha to your Form",
    "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/math-captcha-to-your-form"
    },
    "datePublished": "2018-07-27T09:32:35+03:00",
    "dateCreated": "2023-12-11T10:04:26+02:00",
    "dateModified": "2024-11-26T12:28:42+02:00"
}
```
