FORMCYCLE 7.0.3


Sep 15 2021

This blog post is not published yet.

Download 7.0.3

If not yet upgraded to FROMCYCLE version 7, please refer to the information of release version 7.0.0.

After installing this version it is necessary to perform a database update in FORMCYCLE.

Changes

  • Performance optimization for database updates.
  • The content type of the requests of the HTTP-Request action of the new workflow is application/x-www-form-urlencoded if no files are transferred. The content type is multipart/form-data when files are transferred or when the "Always use multipart request" option is enabled.

Bug fixes

  • Forms from version 5 can be opened again without errors in the form designer.
  • If URLs are removed from the Look & Feel settings, an error no longer occurs on the login page.
  • JavaScript change events update the dependencies of question select elements. e.g. by $("[data-name=sel1]").trigger("change").
  • The JavaScript function setDataType() is applied correctly.
  • Fixed an error that could occur when updating a form version.
  • Performance issues with nested conditions have been fixed.
  • The POST-Request action of the old workflow works again as in version 6, i.e. the content type of the request is always multipart/form-data, unless "Do not transfer files (no multipart request)" is active. Then the Content-Type is application/x-www-form-urlencoded.
  • Fix minor UI errors.