Dynamic Form & Document Builder
Design forms visually, collect responses and produce documents from filled data. Quickly share a tokenized session with users so they can complete forms without signing in.
What is this?
This system lets administrators design configuration-driven forms and present them in tokenized sessions. End users open a token link, fill fields, and the server runs business logic to produce documents or update session state.
- Create forms visually or import JSON.
- Share sessions using a token URL.
- Collect data and generate documents programmatically.
How users interact
Users can fill tokenized sessions without creating accounts. Admins design controls, mark them required/readonly/visible, and attach logic that runs when controls change.
- Admin builds a form (groups, controls, validations).
- System creates a session and issues a token URL.
- Visitor opens token link, fills form, submits or autosaves.
- Server updates session and optionally returns updated controls.
Generating documents
From filled data you can create documents — e.g., JSON export, templated PDFs or dynamic reports. The demo below generates a downloadable JSON "document".