This example shows how to use Formizee with Vanilla HTML.
- Update the endpoint value in
index.html
file.
// Update this //
<form method="post" action="https://api.formizee.com/v1/f/enp_123456">
- Install dependencies (it's just a basic http server):
pnpm install
- Run locally:
pnpm dev
MIT License