Pick up where they left off.
Pass the signed-in user. Their draft comes back when they do, and updates stay on the same response.
respondent={ session.user }Schema and validation, a renderer you own, uploads, versioned responses, exports, and hand-offs. Forms stop becoming separate frontend, API, upload, and admin projects.
Your app owns the UI, route, and product authentication. Fillo owns the form schema, validation, response operations, and connected file workflow.
The same form definition renders through the React SDK, the framework-free DOM SDK, a web component, or a fully hosted page. The SDK paths render native controls rather than an iframe.
<FilloForm form={support} />Same form. Pick the surface.
Drafts resume, every field renders native, and responses carry their context.
Pass the signed-in user. Their draft comes back when they do, and updates stay on the same response.
respondent={ session.user }Ratings, uploads, signatures, choices, dates, and hidden context, rendered as native controls.
Nineteen field types, from plain text to ratings, signatures, and file uploads, plus heading, paragraph, and divider layout blocks.
The upload stalls at 90% on large PDFs.
19 field types, plus 3 layout blocks.
Uploads go browser-direct to storage you connect.