Step 1: Get your Action Form URL

  1. Log in to Nashra

  2. Go to GrowthForm URL

  3. Copy your Action Form URL

  4. Set Response type to Redirect

  5. Add your Success redirect and Error redirect URLs

Step 2: Add a form element in Carrd

  1. Open your Carrd site editor

  2. Click the + button

  3. Select Form from the elements list

  4. Choose Custom as the form type

Step 3: Configure the form

  1. Set Send to URL and paste your Nashra Action Form URL

  2. Set Method to POST

  3. Add form fields:

    • Email field with name email (required)

    • Text field with name first_name (optional)

    • Text field with name last_name (optional)

  4. Make sure field names match exactly: email, first_name, last_name

Step 4: Position and publish

  1. Customize the form styling to match your site

  2. Click Publish to make it live

  3. 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