Integration Help
Troubleshooting website integration issues
Common Integration Issues
Form Not Submitting to ResponseBud
If leads aren't appearing in your dashboard:
- Verify your Organization ID is correct in the embed code
- Check browser console for JavaScript errors
- Ensure form field names match the code (name, phone, message)
- Check that the API endpoint URL is correct
CORS Errors
If you see CORS errors in the console:
- Ensure you're using the correct API endpoint (https://responsebud.com/api/lead)
- Check that Content-Type header is set to application/json
Finding Your Organization ID
- Log into your ResponseBud dashboard
- Go to Settings
- Your Organization ID is displayed at the top of the page
- Copy it and paste into your embed code
Need More Help?
Check out our detailed integration guide for step-by-step instructions.
View Integration Guide