Atlas L6ynztjd84

Simple form

Last updated March 5, 2025

Collect signups from any web page with a customizable form.

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

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  and customize your form.

Here you will see settings to manage features of your form:

  • add contacts to  mailing lists  (make sure your lists are marked as Public first)
  • add a "User group" value to each contact
  • change the layout
  • edit the button color
  • edit the success message

When you're happy with your form, 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 article helpful?