Build Forms
No-Code Forms
Introducing FastForms easy to use, No-Code Forms.
Embed No-Code Form
- Copy the code snippet:
<div id="fastforms" data-fastforms="xxxx-xxxx-xxxx-xxxx"></div>
<script src="https://form.fastforms.eu/fastforms.min.js"></script>
- Paste the copied code into your websites HTML where you want the form to appear.
- Change
xxxx-xxxx-xxxx-xxxx
with the unique identifier found in your form.
Global properties
FastForms No-Code Forms provide global access to its properties.
Data
Coming soon.
Functions
window.fastforms.reload()
: Refreshes your No-Code Form by unmounting the current instance, creating and mounting a new one, and fetching the latest data.