> For the complete documentation index, see [llms.txt](https://docs.web3forms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.web3forms.com/getting-started/pro-features/add-cc-email.md).

# 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.

Example:

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