Add CC Email
<input type="hidden" name="ccemail" value="[email protected]" />
If you have multiple cc emails, you can add them using semi-column ;
as a separator.
Example:
<input type="hidden" name="ccemail" value="[email protected]; [email protected]" />
Last updated
Was this helpful?