Before you start
- A Nashra account
- A Framer project you can edit and publish
- A form component on the page you want to capture from
Setup
- 1
Create an Action Form in Nashra
In Nashra, open Grow → Action Forms and click Create new form. Name it after the page or offer it belongs to — this becomes the tag on every subscriber who signs up through it.
- 2
Copy the Action URL
Nashra generates a unique URL for your form. Copy it.
- 3
Point your Framer form at it
Select the Form component in Framer. In the right panel, set the Submit action to Send to URL and paste your Nashra Action URL. Make sure the method is POST.
- 4
Match the field names
Rename your Framer inputs so they match Nashra's field names exactly. Email is required; first and last name are optional. Names are case-sensitive.
- 5
Publish and test
Publish your Framer site and submit a real test email. You should see it appear in Nashra → Subscribers within a few seconds.
Field reference
Field names are case-sensitive. Use these exact strings for the input's name attribute.
| Field | Type | Required |
|---|---|---|
email | Required | |
first_name | text | Optional |
last_name | text | Optional |