> ## Documentation Index
> Fetch the complete documentation index at: https://help.kajabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://help.kajabi.com/feedback

```json
{
  "path": "/articles/website/pages/how-to-add-a-mailto-link-with-a-cta",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Add a mailto link with a CTA

> Learn to insert a Mailto Link in your Call to Action (CTA) to open the default email client in your page visitor's device.

## What is a mailto link?

Mailto Links can be clickable text or buttons that automatically open a new email draft in your page visitor's default email client with pre-filled information (such as your email address). Mailto Links can be used to encourage your page visitors to reach out to you with an easy-to-click, easy-to-create button.

With a Mailto Link, create Contact Us pages, prompt contacts for specific information, and more.

The best part: Mailto Links are simple to create. To create a Mailto Link, just include the link `mailto:` followed by the email address you wish to pre-fill in the new email draft.

For example, the link could be "mailto:[support@guitarlessons.com](mailto:support@guitarlessons.com)" to open a new email draft to send directly to the email address [support@guitarlessons.com](mailto:support@guitarlessons.com).

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/sbu175x898" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

Want to add a telephone link to encourage your page visitors to call? [Learn to create a telephone link](../../website/pages/how-to-create-a-telephone-link)

***

## How to add a mailto link

### Step 1. Create a call to action (CTA) button

Use a CTA to insert your Mailto Link in your Pages, Email Campaigns, and Products.

Want to learn more about the Call to Action? [Learn to use a Call to Action](../../website/pages/how-to-use-a-call-to-action).

For the purpose of this guide, we will create a Call to Action (CTA) in a page:

* Open the **Website** tab from the Dashboard.
* Click **Pages**.
* Select the Page you wish to edit or create a new one.
* Click **Add Section**.
* Select **Call to Action**.
* Click **Add**. Your newly created Section will generate at the bottom of your Page:

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/0kxybw51ts" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

### Step 2. Insert your mailto link

Open the CTA to insert your Mailto Link:

* In the sidebar, open the **Text** Block.
* Navigate to Block Settings and click **Call To Action**.
* Under Button Action, select **Go to a URL**.
* In the empty field below Button Action, enter your Mailto Link (mailto:[email@example.com](mailto:email@example.com)).
* Click **Save** to apply your changes:

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/txprpy99n6" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

### Step 3. Include additional pre-filled information (optional)

Want to include additional information in the generated email? Learn to add HTML code to your Mailto Link to include additional pre-filled content in the new email draft after your visitors click the Call to Action button on your page.

For the fields you want to pre-fill, change the blue text with your content in the code extension:

* **CC** - Add additional recipients to your email.

```
?cc=name@domain.com
```

* **BCC** - Add additional recipients to your email that your contacts and CC'd recipients won't see.

```
?bcc=name@domain.com
```

* **Subject** - Add a subject line to your email.
  **Add a Space:** Use "%20" to add a space between words in your subject line.

```
?subject=This%20is%20a%20subject
```

* **Body** - Add a personalized message to the body of the email.
  **Add a Space or a Line Break:**
  Use "%20" to add a space between words in your body text.
  Use "%0A" to add a line break.

```
?body=This%20is%20body%20text
```

Then, copy and paste your customized code extension to the end of the Mailto Link:

* Place your cursor at the end of your Mailto Link in your Call to Action:

<img src="https://mintcdn.com/kajabi-support/4xb7Z9X_ecGbjk3p/articles/images/52159e65_upload_3630636231297953404.png?fit=max&auto=format&n=4xb7Z9X_ecGbjk3p&q=85&s=5767108fe28e97292b1d23344576d633" alt="F1C73909-1350-40AF-8D61-BC7910396D36_4_5005_c.jpeg" width="964" height="338" data-path="articles/images/52159e65_upload_3630636231297953404.png" />

* Copy and paste your customized code extension.
  If you are including multiple extensions (e.g., Subject and Body), replace the question mark (?) with an ampersand (&) between each code extension:

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/ujdbv3l3xh" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

**Example:** mailto:[support@guitarlessons.com](mailto:support@guitarlessons.com)?subject=Music%20Lessons\&body=I'm%20interested%20in%20learning%20to%20play

After adding your Mailto Link, [customize your Call to Action Section](../../website/pages/how-to-use-a-call-to-action#h_9ac92ec9-fb9d-43f6-8d6e-c6d39a45beef) to fit your brand.

**Example**

<img src="https://mintcdn.com/kajabi-support/m6ttm4IwHXcY_OW_/articles/images/7208dded_360081847173.png?fit=max&auto=format&n=m6ttm4IwHXcY_OW_&q=85&s=668516650ec23515809181dd035727fe" alt="A9C7B93E-64F8-4F24-9437-910C38BA7FD1.png" width="1386" height="392" data-path="articles/images/7208dded_360081847173.png" />

<Tip>
  **Tip:** [Test your page](../../website/pages/preview-your-page#h_c1dae47b-74d9-4b05-9bbd-7e59dd06662a) with the Call to Action to ensure that everything looks the way you intend. When your visitors click the CTA, their default email client will open to draft a new email with the pre-filled content.
</Tip>
