---
title: "How to get Mailchimp Form submit URL"
description: "This article is related to How to get more subscribers with Mailchimp and Joomla! article and i am going to show how to extract mailchimp's form actio"
url: "https://www.tassos.gr/blog/how-to-get-mailchimp-form-submit-url"
date: "2026-05-02T01:06:43+00:00"
language: "en-GB"
---

#  How to get Mailchimp Form submit URL

 ![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)

 Sep 17 2014

 1 min read

 Last updated may 14 2024

 ![How to get Mailchimp Form submit URL](https://www.tassos.gr/images/mailchimpform/1.jpg)This article is related to [How to get more subscribers with Mailchimp and Joomla!](http://www.tassos.gr/blog/how-to-get-more-subscribers-with-mailchimp-and-joomla) article and i am going to show how to extract mailchimp's form action url in order to use it with "[Responsive Scroll Triggered Box](http://www.tassos.gr/joomla-extensions/responsive-scroll-triggered-box-for-joomla)" joomla extension.

1\. Login to MailChimp and select 'Lists' from the left sidebar.

2\. Click the settings icon and select 'Signup forms' from the row of tabs.

![1](https://www.tassos.gr/images/mailchimpform/1.jpg)

3\. Select the 'Embedded forms' option.

![2](https://www.tassos.gr/images/mailchimpform/2.png)

4\. Select "Naked" form submenu

![3](https://www.tassos.gr/images/mailchimpform/3.png)

5\. Scroll to the "Copy/paste onto your site" box and locate the form's action attribute (Yellow color).

![4](https://www.tassos.gr/images/mailchimpform/4.png)

5\. Copy and paste the form's action URL into the corresponding field in the "Type" tab of the Responsive Scroll Triggered Box component.

![5](https://www.tassos.gr/images/mailchimpform/5.png)

That's it!

## 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": "How to get Mailchimp Form submit URL",
            "item": "https://www.tassos.gr/blog/how-to-get-mailchimp-form-submit-url"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/how-to-get-mailchimp-form-submit-url"
    },
    "headline": "How to get Mailchimp Form submit URL",
    "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://x.com/tassosm"
    },
    "datePublished": "2014-09-17T00:00:00+03:00",
    "dateCreated": "2014-09-17T00:00:00+03:00",
    "dateModified": "2024-05-14T10:40:35+03:00"
}
```
