Generate the form

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

Go to the Forms page, customize your form (such as 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, use the “API Name” value found from your API settings page as the name 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.

Was this page helpful?