# Add CC Email

{% hint style="info" %}
Heads Up! This is a PRO feature. You must have an active membership to use this feature.
{% endhint %}

```markup
<input type="hidden" name="ccemail" value="partner@example.com" />
```

If you have multiple cc emails, you can add them using semi-column `;` as a separator.&#x20;

Example:

```markup
<input type="hidden" name="ccemail" value="partner@example.com; accounts@example.com" />
```
