Connect ConvertKit (Kit) with Framer Forms
Capture leads from your Framer forms and automatically add them to your Kit subscriber list using the Forms Plugin.
Step 1 — Get Your Kit API Key
Before connecting Kit to your form, get your API key from your Kit account. This API key allows the Forms Plugin to securely send form submissions to Kit.
- Login to your Kit account
- Navigate to Settings → Developer
- Copy your API Key
Keep your API key in a secure password manager. Never share it publicly or commit it to a code repository.
Select your form in the Framer canvas and insert the Kit component.
The component connects your form to Kit and automatically detects the form fields in your form layout.
After inserting the Kit component, configure the API settings in the component properties panel.
- Select the Kit Integration component in your form
- Open the properties panel on the right side
- Paste your Kit API Key
Required Fields
- API Key — Paste the API key from your Kit account.
Map your form fields to Kit subscriber attributes.
The component automatically detects your form field names. You simply connect each field to the correct Kit attribute.
Example Mapping
| Form Field | Kit Attribute |
|---|
| email | email |
| firstname | first_name |
Step 5 — Result
When a user submits the form, their details will automatically be added to your Kit subscriber list. You can verify new subscribers in your Kit Subscribers dashboard.
Next Steps