Before you start
- A Nashra account
- A Webflow project with publishing access
- A Form Block on the page you want to capture from
Setup
- 1
Create an Action Form in Nashra
Open Grow → Action Forms in Nashra and click Create new form. Name it so you can tell at a glance where signups came from.
- 2
Copy the Action URL
Grab the URL Nashra generates.
- 3
Configure your Webflow form
Select the Form Block in Webflow. In the settings panel, set Action to your Nashra URL and Method to POST.
- 4
Rename the inputs
Each input's Name attribute must match a Nashra field exactly. Use email for the email field; first_name and last_name if you're capturing them. Set the email field type to Email so Webflow validates it on the client.
- 5
Publish and test
Webflow forms only submit on published sites — test on the live URL, not the preview. Submit a real email and check Nashra → Subscribers.
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 |