Releases: kjac/FormEditor
Releases · kjac/FormEditor
Version 0.14.1.1
Version 0.14.0.5
Version 0.14.0.4
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
andAfterAddToIndex
event args (#48). - Bug fix for #43.
- Updated documentation.
Umbraco package attached.
Version 0.13.3.2
Version 0.13.3.1
News in this version:
- Added confirmation email body text with interpolation of submitted form field values.
- Bug fix for #32.
Umbraco package attached.
Version 0.13.2.1
Version 0.13.1.2
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
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
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
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.