# Mailchimp

Access your blog **Layout** > and click on the **Add a Gadget** > **HTML/JavaScript** > in the **Sidebar** or **Footer Widgets** sections.

Shortcode: `{getMailchimp} $title={Gadget Title} $text={Gadget Text}`

Gadget Attributes: The `$title={}` and `$text={}` attributes are optional.

**Example:**

<figure><img src="/files/2CHFnSQpaqWwzDCNmGxD" alt="Mailchimp" width="451"><figcaption></figcaption></figure>

### Get the Subscribe Form URL&#x20;

You can get the subscribe form URL easily by following the steps below.

{% stepper %}
{% step %}
Create a free account on Mailchimp – [Create Now](https://login.mailchimp.com/signup/)

{% endstep %}

{% step %}
After creating your account go to **Audience** > **Signup forms** > **Form builder**.

<img src="/files/DlC8sHDDsq9JcnrtenWM" alt="Form builder" data-size="original">
{% endstep %}

{% step %}
Create and customize your form according to your needs.

<img src="/files/UdoavwQyKnOIcadTadQJ" alt="Customize form" data-size="original">
{% endstep %}

{% step %}
Copy and access the **Signup form URL**.

<img src="/files/VP7R35QmPWhOmI5vy8UN" alt="Signup form URL" data-size="original">
{% endstep %}

{% step %}
After the page loads, **Copy** the final **Subscribe Form URL** into your browser’s address bar.

<img src="/files/lvoZWFeG51EOb9sfaQkh" alt="Copy Subscribe Form URL" data-size="original">
{% endstep %}
{% endstepper %}

{% hint style="success" %}
SUCCESS: Now you can correctly setup your subscription gadget.
{% endhint %}


---

# 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.probloggertemplates.com/guides/smartmag/getting-started/mailchimp.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.
