Changelog 3B Forms v4.17

Release 4.17
Related JIRA cards
Bug Fixes
  1. Configurable onComplete Strategy for Form Complete
    • Description: Form Complete had a mandatory onComplete strategy for error checking/validation. This has been removed and is now configurable through the builder.
    • Impact: Provides more flexibility to users by allowing customization of error checking and validation strategies.
  2. Correct URL Redirection for Preview Submission
    • Description: Fixed generated Preview Submission formula to redirect to the correct URL.
    • Impact: Ensures that users are redirected to the correct URL after preview submission, improving navigation and usability.
  3. Error Handling for Undefined errorOwner
    • Description: Previously, we didn’t check if the errorOwner of a given error is undefined. A simple check when building the error message prevents console errors and displays the error message correctly.
    • Impact: Enhances error handling by preventing console errors and ensuring error messages are displayed correctly.
  4. Improved saveFile Implementation
    • Description: Changed the implementation of saveFile to make sure we link files submitted to the form response object.
    • Impact: Ensures that submitted files are correctly linked to form responses, improving data integrity and traceability.
Related Tickets
Release URL