What a list is
Anywhere on your site that asks for an email without being an enquiry is a list: a waitlist, a newsletter box, “notify me when it launches”. Your developer gives each one a name when they build it, such as Waitlist or Newsletter. The same name in two places on the site feeds one list. An address joins a list once. Signing up again with the same address does not make a second entry; it adds any new detail they gave (a name, an answer to a question) to the one they already have. Signups are separate from the Inbox. Someone who joins your newsletter does not become an enquiry, and nobody is emailed when they sign up.Where to find them
Performance shows a Signups card once your site has its first signup. Until then there is no card. The card shows one list at a time. If your site has more than one, the name at the top is a menu: pick the list you want.
The arrows under the rows page through the whole list, ten at a time.
Exporting
Export on the card downloads the selected list. Three formats:- CSV (spreadsheet) opens in Excel, Numbers or Google Sheets, and is what mail tools such as Mailchimp import. Columns:
email, any details,status,signed_up,page,campaign,source. - JSON for a developer or an integration.
- Emails, one per line for pasting into a “to” field or a recipients box. Copy emails puts the same on your clipboard without a file.