Add CC Emails
Overview
With FormsLite.io, you can add CC (carbon copy) email addresses to your form submissions. Please note that this is a PLUS feature and requires an active membership.
Adding a Single CC Email
To add a single CC email address, use a hidden input field with the name "cc_emails" and the desired email address as the value.
Example Code for Single CC Email
Adding Multiple CC Emails
If you need to add multiple CC email addresses, separate them with a semicolon (;
).
Example Code for Multiple CC Emails
Full Example with CC Email
By including the hidden input field for "cc_emails", you can ensure that additional recipients are copied on the notification emails. This feature is available to PLUS users of FormsLite.io.
Last updated