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#
- Open your Carrd site in the editor
- Click the ⋮ menu (top-right)
- Select Settings
- Go to Custom Code tab
- 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.
- Click Save
- Publish your site
Step 4: Test Your Form#
- Visit your published Carrd site
- Submit a test form
- 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?
- Ensure you have Carrd Pro (custom code requires Pro)
- Verify domain in Allowed Domains matches your browser address bar exactly
- Test on the published site, not in the editor preview
- 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.