📄️ HTML & Fetch API
The Fetch API with Formbee in vanilla HTML and JS is quite simple to get up and running. Simply make a POST request to https://api.formbee.dev/formbee/[api-key] with a JSON body containing the form data.
📄️ 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.