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.

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.