FormEngine 4.3.0
June 12, 2025
New
- The disabled and readOnly properties have been added to the Screen, Container, and Template components. These properties allow you to make the entire form or part of it disabled or read-only.
- A form validation editor has been added to the designer. It allows you to set a code that will check the entire form.
- Added localizations in Hindi, Serbian, Japanese, and Korean.
- Now the required validation parameters are displayed above the optional ones.
Fixed bugs
- Fixed a bug where when the user entered a value into a numeric input field and then erased it, the field value turned to
0instead of being cleared. - Fixed minor style issues in the Settings and Forms panels.
Updated internal dependencies
- multer from 2.0.0 to 2.0.1.
- tar-fs from 2.1.2 to 2.1.3.