Skip to content

Releases: kjac/FormEditor

Version 0.14.1.1

10 Aug 08:31
Compare
Choose a tag to compare
Version 0.14.1.1 Pre-release
Pre-release

News in this version:

  • Support for multiple forms per page in frontend (read more).
  • Bug fix for #53.

Umbraco package attached.

Version 0.14.0.5

04 Aug 17:17
Compare
Choose a tag to compare
Version 0.14.0.5 Pre-release
Pre-release

News in this version:

Umbraco package attached.

Version 0.14.0.4

01 Aug 11:10
Compare
Choose a tag to compare
Version 0.14.0.4 Pre-release
Pre-release

News in this version:

  • Split rendering into partial views for easier reuse (read more).
  • Removed Glyphicons and other Bootstrap specific markup from the rendering.
  • Added required indicators both in the editor and frontend.
  • Improved client side validation for multipage forms.
  • Allowed fields to take up more space in the editor.
  • Made it possible to prevent users from submitting a form more than once.
  • Added the content on which a form resides to the BeforeAddToIndex and AfterAddToIndex event args (#48).
  • Bug fix for #43.
  • Updated documentation.

Umbraco package attached.

Version 0.13.3.2

12 Jul 09:52
Compare
Choose a tag to compare
Version 0.13.3.2 Pre-release
Pre-release

News in this version:

  • Bug fix for #42 (some loading errors on UaaS).

Umbraco package attached.

Version 0.13.3.1

01 Jun 14:42
Compare
Choose a tag to compare
Version 0.13.3.1 Pre-release
Pre-release

News in this version:

  • Added confirmation email body text with interpolation of submitted form field values. form editor confirmation email
  • Bug fix for #32.

Umbraco package attached.

Version 0.13.2.1

03 May 04:30
Compare
Choose a tag to compare
Version 0.13.2.1 Pre-release
Pre-release

News in this version:

  • Added statistics for form submissions! Remember to enable it in the Form Editor config.

Umbraco package attached.

form editor statistics

Version 0.13.1.2

25 Apr 04:22
Compare
Choose a tag to compare
Version 0.13.1.2 Pre-release
Pre-release

News in this version:

  • Added field type groups.
  • Added full text search in form submissions.
  • Added Phone field type.

Please note
With the introduction of field type groups, the "disallowed field types" configuration is now obsolete. It will continue to work for a few more releases, but if you've used it on any of your Form Editor data types, you should start reconfiguring them using field type groups to achieve the same goal.

Umbraco package attached.

Version 0.12.1.1

11 Apr 04:11
Compare
Choose a tag to compare
Version 0.12.1.1 Pre-release
Pre-release

News in this version:

  • Added Member info field type (automatically store data for logged in members).
  • Added Link field type (editorial field).
  • Added warnings for the editors when renaming an existing field.
  • Fixed reply-to issue for emails (#23).

Umbraco package attached.

Version 0.12.0.2

03 Apr 18:07
Compare
Choose a tag to compare
Version 0.12.0.2 Pre-release
Pre-release

News in this version:

  • Fixed a small bug in the sample email template (#22).
  • Added missing help texts across all field types.

Umbraco package attached.

Version 0.12.0.1

31 Mar 04:58
Compare
Choose a tag to compare
Version 0.12.0.1 Pre-release
Pre-release

News in this version:

  • New tabs based UI replaces the expand/collapse region based one.
  • The two data types "Form Editor" and "Form Editor data" have been combined into one.
  • Added support for limiting the allowed number of submissions per form.
  • Compatibility with Umbraco 7.4.

Semi breaking changes:

  • The "Form Editor data" data type no longer exists. Sites that are using it shouldn't break, but properties based on "Form Editor data" should be removed from content types.

Breaking changes:

  • IIndex has been expanded to support index total count. Check out the samples if you've implemented your own IIndex.

Umbraco package attached.