# Forward to a friend

With all our paid versions, you can include a forward to a friend link in your Newsletter so the user will be redirected to your website and will be able to forward your message to one or more friends.

## Include the "forward to a friend" link in your Newsletter <a href="#include-the-forward-to-a-friend-link-in-your-newsletter" id="include-the-forward-to-a-friend-link-in-your-newsletter"></a>

### Enable that feature on the AcyMailing configuration page <a href="#enable-that-feature-on-the-acymailing-configuration-page" id="enable-that-feature-on-the-acymailing-configuration-page"></a>

You first have to enable that feature in the AcyMailing configuration page.

Access the **Configuration** menu on the AcyMailing back-end component. Click on the tab **Interfaces** and turn ON the option "**Enable the forward to a friend**".

We strongly recommend you to activate the captcha on this feature if you choose to use it to avoid bots spamming through it.

![](/files/-MJSQKg3wIrSbwVeOkuJ)

Forward to a friend configuration

### Insert your "forward to a friend" tag <a href="#insert-your-forward-to-a-friend-tag" id="insert-your-forward-to-a-friend-tag"></a>

Once the feature enabled, you can edit a Newsletter and click on the button "**tags**".

Click on the menu "**Website Links**" and select the **forward to a friend** tag.

This option will be only displayed if you enabled that feature in the AcyMailing configuration page which is only available with our paid versions!

![](/files/-MJSQMeR9tx06jJcY4ES)

Forward to a friend tag

## Configure your "forward to a friend" interface <a href="#configure-your-forward-to-a-friend-interface" id="configure-your-forward-to-a-friend-interface"></a>

If the receiver clicks on your forward to a friend link, he will be redirected to your website with some options.

The receiver will be able to enter his name and e-mail address (they are filled automatically) and add one or more users so he can forward his Newsletter.

He can also add his own message which will be added at the top of the Newsletter.

You can hide some areas of this interface by adding CSS to the AcyMailing component CSS file (which you can edit via the AcyMailing configuration page).

To hide the "add another friend" link, add this CSS:

```
#forward_addfriend{display:none}
```

To hide the user input area (the textarea where the user can enter his own message), add this CSS:

```
#forward_sender_message{display:none}
```

AcyMailing will add a default text at the top of the forwarded Newsletter.

You can customize it by editing your language file (via the AcyMailing configuration page).

The string used is MESSAGE\_TO\_FORWARD and by default contains the tags {user:name}, {user:email} and {forwardmsg} which are the sender name, sender email and custom message the user wrote.

The forward to a friend feature will only be accessible if your Newsletter is published. Don't worry if you get a 404 error when you test it, simply publish your Newsletter and it will do the job. The Newsletter is automatically published when you send it anyway.


---

# 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.acymailing.com/old/main-pages/configuration/configuration-tabs/forward-to-a-friend.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.
