Skip to main content

Connect ActiveCampaign with Framer Forms

Capture leads from your Framer forms and automatically add them to your ActiveCampaign contacts using the Forms Plugin.

Step 1 — Get Your ActiveCampaign API Key and Account URL

Before connecting ActiveCampaign to your form, get your API key and account URL from your ActiveCampaign account. These allow the Forms Plugin to securely send form submissions to ActiveCampaign.
ActiveCampaign account showing the Developer settings page
  1. Login to your ActiveCampaign account
  2. Navigate to SettingsDeveloper
  3. Copy your API Key and Account URL
Keep your API key in a secure password manager. Never share it publicly or commit it to a code repository.

Step 2 — Insert ActiveCampaign Component Into Your Form

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

Step 3 — Configure ActiveCampaign API Settings

After inserting the ActiveCampaign component, configure the API settings in the component properties panel.
Framer canvas with ActiveCampaign component selected showing the API Settings modal
  1. Select the ActiveCampaign Integration component in your form
  2. Open the properties panel on the right side
  3. Paste your ActiveCampaign API Key
  4. Enter your Account URL

Required Fields

  • API Key — Paste the API key from your ActiveCampaign account.
  • Account URL — Enter your ActiveCampaign account URL (e.g., https://youraccountname.activehosted.com).

Step 4 — Configure Field Mapping

Map your form fields to ActiveCampaign contact properties. The component automatically detects your form field names. You simply connect each field to the correct ActiveCampaign property.
Framer canvas showing the Mappings modal with form fields mapped to ActiveCampaign properties

Example Mapping

Form FieldActiveCampaign Property
emailemail
firstnamefirstName
lastnamelastName

Step 5 — Result

When a user submits the form, their details will automatically be added as a contact in ActiveCampaign. You can verify new contacts in your ActiveCampaign Contacts dashboard.
Completed ActiveCampaign integration on a form with Integration active status

Next Steps