Before you start
- A Nashra account
- A Carrd Pro site (custom forms require Pro)
- A form section on your Carrd page
Setup
- 1
Get your Action URL from Nashra
Open Grow → Action Forms in Nashra and create a form. Copy the Action URL.
- 2
Switch the Carrd form to Custom
Open your form section in Carrd. Under Type, choose Custom. Set the destination URL to your Nashra Action URL and method to POST.
- 3
Add the three fields
Create the inputs in Carrd and name them email, first_name, and last_name. Only email is required — the others are optional and match exactly.
- 4
Decide on response handling
For the simplest setup, use POST with a redirect. In Nashra's form settings, set redirect URLs for success and error and paste them into Carrd. If you'd rather keep users on the page, use AJAX in Carrd and set Nashra's response type to JSON.
- 5
Publish and test
Publish the Carrd site and submit a test email. It should appear in 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 |