You may want to collect signups from your website directly into Cocoonmail.

Generate the form

Easily generate an HTML or JSX form for collecting new signups for your mailing list from inside Cocoonmail.

Go to the Forms page, customize your form (such as mailing list, layout, button color and success message) and copy the HTML into your website.

Add more fields to the form

It’s possible to add other fields to your form if you want to collect more than just email addresses.

When adding new fields, click on Select from fields to select attribute for each field.

For example, this field would collect a First Name:

<input type="text" name="firstName" />

If you want more flexibility when creating signup forms, read about creating custom forms.