FormKove Test Website
Test form submissions across multiple UI frameworks.
Enter your API URL in src/content/forms/config.json
React
useState + fetch POST to FormKove API
Vue
Vue 3 Composition API with ref()
Svelte
Reactive Svelte component
Solid
SolidJS with createSignal()
Vanilla JS
Plain HTML form + fetch in script tag
HTMX
HTMX attributes + JSON encoding
JS Embed
FormKove embed script from CDN
Note: Replace
YOUR_FORM_IDin the apiUrl fields ofsrc/content/forms/config.jsonwith your real FormKove form ID before testing.