Carrd

Using FormBeep with Carrd#

Connect FormBeep to your Carrd site to receive WhatsApp notifications for form submissions. Works with Carrd’s built-in forms.

Step 1: Add Allowed Domain#

Add your Carrd domain to the FormBeep Dashboard:

yoursite.carrd.co (free Carrd domain) ✔ example.com (custom domain)

Step 2: Upgrade to Carrd Pro#

You need a Carrd Pro account to add custom code. Free Carrd accounts don’t support JavaScript embedding.

Step 3: Add the FormBeep Script#

  1. Open your Carrd site in the editor
  2. Click the menu (top-right)
  3. Select Settings
  4. Go to Custom Code tab
  5. In the Head section, paste:
<script src="https://api.formbeep.com/v1/s/formbeep.js"
        data-api-key="fbp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx"></script>

Replace fbp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx with your actual API key from the FormBeep Dashboard.

  1. Click Save
  2. Publish your site

Step 4: Test Your Form#

  1. Visit your published Carrd site
  2. Submit a test form
  3. Check your WhatsApp for the notification

How It Works#

FormBeep works in mirror mode:

  • Carrd’s form submits normally (shows success message, sends to Carrd’s backend)
  • FormBeep sends a copy to WhatsApp in the background
  • No interference with Carrd’s form functionality

Troubleshooting#

Not receiving notifications?

  1. Ensure you have Carrd Pro (custom code requires Pro)
  2. Verify domain in Allowed Domains matches your browser address bar exactly
  3. Test on the published site, not in the editor preview
  4. Check browser console (F12) for errors

Need help? If you encounter any issues or have questions about this guide, reach out at hello@formbeep.com or message @rishikeshs on Discord.

Last updated: February 24, 2026