Installation#

Integrating FormBeep on your website requires absolutely zero markup changes to your existing HTML forms.

FormBeep is designed to be completely non-blocking. It simply listens for submissions in the background. Even in the rare 0.00001% chance that FormBeep is unreachable, your form will continue to function exactly as it normally would. Formbeep’s uptime is pretty good since it is served from Cloudflare which serves most of the web.

Just include the FormBeep script tag on your website and provide your unique API key.

1. Add the Script Tag#

Add the following <script> tag to your website’s <head> or just before the closing </body> tag:

<script src="https://api.formbeep.com/v1/s/formbeep.js"
        data-api-key="fbp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx"></script>

Replace fbp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx with your actual API key, which you can find in your FormBeep Dashboard.

2. Configure Allowed Domains#

For security reasons, FormBeep verifies the origin of every submission. To start receiving submissions, make sure you add your website’s domain to the Allowed Domains list in the FormBeep Dashboard. Just a note, the free and starter plans allow you to configure only one domain. So you will have to remove the existing domain and add a new one.