Integrations

Carrd
Connect your Carrd site to Nashra using a Custom URL form.
Form integrations
Step 1: Get your Action Form URL
Log in to Nashra
Go to Growth → Form URL
Copy your Action Form URL
Set Response type to Redirect
Add your Success redirect and Error redirect URLs
Step 2: Add a form element in Carrd
Open your Carrd site editor
Click the + button
Select Form from the elements list
Choose Custom as the form type
Step 3: Configure the form
Set Send to URL and paste your Nashra Action Form URL
Set Method to POST
Add form fields:
Email field with name
email(required)Text field with name
first_name(optional)Text field with name
last_name(optional)
Make sure field names match exactly:
email,first_name,last_name
Step 4: Position and publish
Customize the form styling to match your site
Click Publish to make it live
Test the form by submitting a real email address
Tips:
Use POST method (not AJAX) for simplest setup with redirects
If using AJAX, set Response type to JSON in Nashra
Carrd's built-in form validation will check the email format before submission