Skip to main content

Connect MailerLite with Framer Forms

Capture leads from your Framer forms and automatically add them to your MailerLite subscriber list using the Forms Plugin.

Step 1 — Get Your MailerLite API Key

Before connecting MailerLite to your form, generate an API key from your MailerLite account. This API key allows the Forms Plugin to securely send form submissions to your MailerLite subscriber list.
MailerLite account showing the API settings page
  1. Login to your MailerLite account
  2. Navigate to IntegrationsAPI
  3. Click Generate new token
  4. Copy the generated API key
Keep your API key in a secure password manager. Never share it publicly or commit it to a code repository.

Step 2 — Insert MailerLite Component Into Your Form

Select your form in the Framer canvas and insert the MailerLite component. The component connects your form to MailerLite and automatically detects the form fields in your form layout.
Forms Plugin panel in Framer showing the MailerLite Integrations screen with the Insert MailerLite Component button

Step 3 — Configure MailerLite API Settings

After inserting the MailerLite component, configure the API settings in the component properties panel.
Framer canvas with MailerLite component selected showing the API Settings modal
  1. Select the MailerLite Integration component in your form
  2. Open the properties panel on the right side
  3. Paste your MailerLite API Key
  4. Enter your Audience ID (List ID)

Required Fields

  • API Key — Paste the API key generated from your MailerLite account.
  • Audience ID — Enter the MailerLite Audience ID (also called List ID) where new subscribers should be added.

Step 4 — Configure Field Mapping

Map your form fields to MailerLite subscriber attributes. The component automatically detects your form field names. You simply connect each field to the correct MailerLite attribute.
Framer canvas showing the Mappings modal with form fields mapped to MailerLite attributes

Example Mapping

Form FieldMailerLite Attribute
emailEMAIL
firstnameFNAME
lastnameLNAME

Step 5 — Result

When a user submits the form, their details will automatically be added to your MailerLite subscriber list. You can verify new subscribers in your MailerLite Subscribers dashboard.
Completed MailerLite integration on a form with Integration active status

Next Steps