Skip to content

formizee/formizee-svelte-example

Repository files navigation

Formizee with Svelte

This example shows how to use Formizee with Svelte.

Instructions

  1. Update the endpoint url in src/routes/+page.svelte file.
// Update this //
<form method="post" action="https://api.formizee.com/v1/f/enp_123456">
  1. Install dependencies:
pnpm install
  1. Run Svelte locally:
pnpm dev

License

MIT License