This example shows how to use Formizee with Vue.js.
- Update the endpoint vairable in
src/views/Home.vue
file.
// Update this //
<form method="post" action="https://api.formizee.com/v1/f/enp_123456">
- Install dependencies:
pnpm install
- Run Vue locally:
pnpm dev
MIT License