Skip to main content

Connect Drip with Framer Forms

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

Step 1 — Get Your Drip API Key and Account ID

Before connecting Drip to your form, get your API key and Account ID from your Drip account. These allow the Forms Plugin to securely send form submissions to Drip.
Drip account showing the API Token settings page
  1. Login to your Drip account
  2. Navigate to SettingsUser InfoAPI Token
  3. Copy your API Token
  4. Note your Account ID (visible in your Drip dashboard URL)
Keep your API key in a secure password manager. Never share it publicly or commit it to a code repository.

Step 2 — Insert Drip Component Into Your Form

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

Step 3 — Configure Drip API Settings

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

Required Fields

  • API Key — Paste the API token from your Drip account.
  • Account ID — Enter your Drip Account ID.

Step 4 — Configure Field Mapping

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

Example Mapping

Form FieldDrip Attribute
emailemail
firstnamefirst_name
lastnamelast_name

Step 5 — Result

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

Next Steps