Framework Guide
Svelte Integration
Integrate Static Forms with your Svelte application
Static Forms works seamlessly with Svelte and SvelteKit. This guide covers form handling in both.
Basic Svelte Form
Simple form with Svelte:
SVELTE
SvelteKit Form Actions
Using SvelteKit form actions (Server-side):
TypeScript