Skip to content

Releases: kjac/FormEditor

Version 1.3.2.1

22 Apr 19:02
Compare
Choose a tag to compare

News in this version:

  • Added help text to email fields (#179, @uniquelau)
  • Fixed issues with custom conditions triggering server side validations (#183, @MattDion)
  • Ensured proper initializatin of required (empty) checkbox groups in async rendering (#184, @uniquelau)
  • A few improvements to the sample SQL storage index

Umbraco package attached.

Version 1.3.2.0

20 Feb 20:57
Compare
Choose a tag to compare

News in this version:

Umbraco package attached.

Version 1.3.1.1

10 Dec 10:21
Compare
Choose a tag to compare

News in this version:

  • Fixed an issue with configuration when running Umbraco in a sub directory (#167, @joel-cass)
  • Fixed multivalue field validation issue for async rendering (#168, @uniquelau)
  • Minor UI improvement to empty results when searching submissions

Umbraco package attached.

Version 1.3.1.0

28 Nov 09:01
Compare
Choose a tag to compare

News in this version:

  • Support multiple error messages in the BeforeAddToIndex event (@dbardi) - see code sample
  • Client side max size validation for file uploads when using async rendering (#163) (@uniquelau)
  • Support for Umbraco installations in sub directories (#164) (@joel-cass)

Umbraco package attached.

Version 1.3.0.0

06 Nov 06:47
Compare
Choose a tag to compare

News in this version:

  • Configurable CSV export delimiter (by @dbardi) - read more
  • Support for partial views in the email templates (by @TimGeyssens)
  • Support for object values in custom fields (by @dbardi)
  • A bunch of improvements for GDPR compliance - read more

gdpr

Umbraco package attached.

Version 1.2.3.0

29 Sep 06:16
Compare
Choose a tag to compare

News in this version:

  • Protection against cross-site request forgery (CSRF)

If you have created your own form rendering instead of using one of the built-in ones, you need to add CSRF handling to your rendering. An anti forgery token must be part of the submitted form (or the request headers for async form submission). Have a look at the changes made to the Sync, Async or NoScript rendering and adjust your own rendering accordingly.

Umbraco package attached.

Version 1.2.2.0

24 Sep 11:58
Compare
Choose a tag to compare

News in this version:

  • Updated the Sync rendering and sample template to work with Bootstrap V4.

Umbraco package attached.

Version 1.2.1.0

30 Jul 11:28
Compare
Choose a tag to compare

News in this version:

  • Improved web service integration a bit (check this tutorial to learn more).

Umbraco package attached.

Version 1.2.0.1

14 Jul 07:01
Compare
Choose a tag to compare

News in this version:

  • Added support for form submission approval by the editors (read more)

form editor submission approval

Umbraco package attached.

Version 1.1.1.0

04 Jul 13:21
Compare
Choose a tag to compare

News in this version:

  • Added support for displaying form submissions on the receipt pages (read more)

Umbraco package attached.