📄️ HTML
Using FormBee in your HTML forms is very simple. Simply add a POST method attribute to your form, and an action attribute of https://api.formbee.dev/formbee/[api-key].
📄️ Fetch
You can also use FormBee with the Fetch API. Simply make a POST request to https
📄️ React
The following is an example of how to use FormBee in a React app with comments to annotate the code.
📄️ Angular
The follow is an example of how to use FormBee in an Angular app with comments to annotate the code.