DBS LiveForms 1.0

Release notes for DBS LiveForms 1.0

Release 1.0.4

Features

  • DBS-254 Added option for form action e-mails without attachments

Fixes

  • DBS-250 Fixed toggle for e-mail notifcations

  • DBS-251 Fixed post-login redirect to linked page that requires authentication

Release 1.0.3

Features

  • (None)

Fixes

  • DBS-220 Fixed Rule names getting reset

  • DBS-224 Fixed support for multiple users in Panel/Repeat restrictions

  • DBS-235 Fixed taskId property in Rules returning null on step 1 of Flow

  • DBS-242 Fixed various initFlow API bugs

  • DBS-249 Fixed TLS issue with SMTP e-mail settings

Release 1.0.2

Features

  • Added line numbers, basic syntax checking, and syntax highlighting in Designer

    • The editor is unaware of Field names, so please make sure to type these correctly

  • Added alerts for runtime errors that specify what went wrong

  • Removed requirement for using “_data.controls.push()” to update the Form

    • Any modification to Field properties will be automatically applied to the Form

    • Calls to “_data.controls.push()” in existing rules will be ignored and cause problems

  • Improvements to live and on-submit validation feedback

  • Field validation works consistently across all Field types

  • Payment fields, if Required, will prompt the user on-submit if other fields pass validation

  • E-mail task “e-mail” property now supports both JUEL expressions and {FieldName}

  • Added confirmation dialog for deleting Rules and Actions

  • Added profile page for users to update their own profile

  • Added a Min and Max property to Numeric/Currency fields

Fixes

  • Fixed problems deleting a Flow with active Tasks

    • Any active Tasks of the Flow will be deleted upon confirming deletion

  • Fixed problems caused by setting a blank Field label

  • Fixed user/role security on Panels

  • Fixed new Radio fields not displaying Options in Designer

  • Fixed support for task-specific Load and Submit rules for Flows

  • Fixed positioning of Signature/Scan modals on embedded Forms

  • Fixed various issues in Designer with moving Fields inside a Panel/Repeat

  • Fixed validation highlighting for TextBox with both Pattern and Masked property

  • Fixed scaling of displayed image in Signature Field

  • Fixed various issues with Task escalation and rejection

  • Fixed naming of attachments downloaded from Upload/Scan fields or Submissions

  • Fixed various issues with Payment fields

  • Applied password field masking anywhere it was missing

  • Prevent users from creating an Application, Form, or Flow with a name already in use

  • Prevent unsupported characters being used in Field names when creating a Form from PDF

  • Prevent the use of reserved keywords as Field names in Designer