---
title: "Convert Forms 1.0.4 released"
description: "This release contains the all new ConvertForms editor button and the very much needed Custom Code field. Both features aim to provide you an undist"
url: "https://www.tassos.gr/blog/convertforms-1-0-4-released"
date: "2026-05-25T05:18:51+00:00"
language: "en-GB"
---

#  Convert Forms 1.0.4 released

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Jul 7 2017

 1 min read

 Last updated may 14 2024

 ![Convert Forms 1.0.4 released](https://www.tassos.gr/media/k2/items/src/ce11944b98d0742eead2b016a253afd2.jpg) This release contains the all new ConvertForms editor button and the very much needed Custom Code field. Both features aim to provide you an undistracted experience and an increased sense of tidyness as expected!

## 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": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Convert Forms 1.0.4 released",
            "item": "https://www.tassos.gr/blog/convertforms-1-0-4-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/convertforms-1-0-4-released"
    },
    "headline": "Convert Forms 1.0.4 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/ce11944b98d0742eead2b016a253afd2.jpg"
    },
    "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://x.com/tassosm"
    },
    "datePublished": "2017-07-07T19:18:38+03:00",
    "dateCreated": "2017-07-07T19:18:38+03:00",
    "dateModified": "2024-05-14T10:40:41+03:00"
}
```
