This example shows how to use Formizee with Svelte.
- Update the endpoint url in
src/routes/+page.svelte
file.
// Update this //
<form method="post" action="https://api.formizee.com/v1/f/enp_123456">
- Install dependencies:
pnpm install
- Run Svelte locally:
pnpm dev
MIT License