FormIT Version  1.3.2  ist jetzt verfügbar! 🚀 Erstellen Sie mühelos benutzerdefinierte Formulare für Ihre Schule. Mehr erfahren

Update-Historie

Änderungen und Verbesserungen in FormIT

1.3.2 (2025-10-06)

Bug Fixes

  • auth: auth option not selectable in production builds (#420) (2c861be)
  • phone field not restoring from localStorage by properly handling controlled component state (#380) (e97fcf7)

1.3.1 (2025-10-06)

Bug Fixes

  • auth: auth provider configuration to use runtime values with internationalization and server-side prerendering (#411) (f5f3b05)
  • builder: TipTap editor not updating when switching between paragraph elements (#415) (6615a52)
  • security: nextjs security issue (#409) (605b7b0)

1.3.0 (2025-10-05)

Features

  • Add user dialog for form duplication with optional owner and SchILD schema copying (#385) (b89c900)
  • dashboard: Add Form Import/Export functionality with versioning and SchILD support (#395) (a0edc71)
  • Enhance paragraph field with TipTap rich text editor and legacy migration (#405) (1398ccf)
  • form-elements: add firstName to ID Picture field (#337) (5f1e14a)
  • submission: Add email hint with tooltip and proper pluralization to form submitted page (#374) (5754423)
  • zitadel login (#365) (9e8757d)

Bug Fixes


1.2.3

This release fixes a security issue with NextJS and holds small big fixes and usability improvements.

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.2.2...v1.2.3


1.2.2

Fix a second issue with the SchILD Export

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.2.1...v1.2.2


1.2.1

Fix an issue in SchILD Export

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.2.0...v1.2.1


1.2.0

This release extends the logic of the SchILD Export to support list fields and further export tables.

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.1.1...v1.2.0


1.1.1

This release fixes some bugs in form field inputs and their validation

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.1.0...v1.1.1


1.1.0

Our first major feature release is here 🥳

We are introducing a release that enhances the usability in the form submission.

Form Fields:

  • Date Field now offers direct input with keyboard
  • Select Dropdown now supports custom options
  • ID Picture Field with AI face detection for better file upload
  • List Field (Dynamically add groups of fields)
  • Phone Field (Field with phone number validation and formatting)

Form Submission Page:

  • UI Improvements
  • Persisting form storage in local storage
  • New animation on finish page and small style changes

Server side changes:

  • Moved PDF rendering to server
  • E-Mail notifications
  • Health check API
  • Sentry error monitoring

We also fixed some bugs and updated a lot of dependencies. We are officially running Next.JS 15 and React 19 😄

What's Changed

New Contributors

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.0.4...v1.1.0


1.0.4

This release addresses again some dependency updates and fixes a bug where empty signatures could be submitted even if the field has been marked as required.

Additionally, we improved the UX of the form builder especially for long submissions by persisting the form storage in local storage in the browser.

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.0.3...v1.0.4


1.0.3

This release mainly updates dependencies. Additionally, the date input field has been improved to offer a better user experience.

Stay tuned. A lot of new features are on the way in the next weeks.

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.0.2...v1.0.3


1.0.2

This is a small release to update a few dependencies and address critical security issues. Further updates with new functionality will follow soon.

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.0.0...v1.0.1


1.0.1

This is a small release to update a few dependencies and address critical security issues. Further updates with new functionality will follow soon.

What's Changed

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.0.0...v1.0.1


1.0.0

The first release is here 🥳🥳

This application is an interactive drag & drop form builder developed for the Goethe Gymnasium Stolberg. It serves the purpose of generating individual forms that can be shared with externals who can submit data. The form builder comes with a variety of different form components as well as validation logic. It integrates with Paperless NGX to store and archive submitted documents.

Feature Overview

  • Drag & Drop Form Builder
  • Different form fields like text, e-mail, number, files, select, agreement and signature
  • Submission view with sharable link or QR code
  • Form Details view with different submission data as well as data exports
  • Paperless NGX Document Integration with Tags, Document Type, Author and File Title
  • Azure AD SSO for form management backend
  • Export handler for SchildNRW
  • PDF Report Generator from Form Submissions

Tool Stack

This project is built on

  • NextJS
  • React
  • Shadcn/ui
  • React Hook Form
  • DND Kit
  • ...

Changes with the main release in addition to the changes from the last beta

  • Dependency Updates
  • Form Duplication in Dashboard possible

What's Changed

New Contributors

Full Changelog: https://github.com/SimonFrank14/form-builder/compare/v1.0.0-beta.12...v1.0.0