Version 4.0.2
July 11, 2024
Fixed
- Error on checkboxes multiple choice not saving correctly
Added
- Added ability to stop Saving to database and/or sending emails on Plugin Event. (@cloudgrayau)
- Added ability to get Errors from the Form Service class (@maartenheideman)
Version 4.0.1
June 14, 2024
Fixed
- Plugin Icon to be compatible with Craft 5 new Sidebar (@alexanderbuergin)
- Readme documentation version.
Version 4.0.0
May 9, 2024
Added
- Craft 5 compatible version.
Version 3.2.1
April 18, 2024
Fix
- Fix hardcoded form_id for initial setup (@holiday-jan)
Version 3.2.0
March 3, 2024
Added
- Added new Consent Field
Improve
- Improve AJAX examples in documentation (@masiorama)
- Improve Blitz examples in documentation (@holiday-jan)
Version 3.1.8
February 16, 2024
Fix
- Added ability to check if form is active on templates
Version 3.1.7
September 13, 2023
Fix
- Fixed bug with multiple checkbox values in email
Version 3.1.6
September 13, 2023
Fix
- Fixed bug with multiple select values
Version 3.1.5
January 7, 2023
Fix
- Fixed NL translation (@DigitaleJungle)
Version 3.1.4
December 12, 2022
Fix
- Fixed ability to overwrite Google Recaptcha URL
Version 3.1.3
August 23, 2022
Added
- Added ability to skip the field wrapper using the render function
Version 3.1.2
August 6, 2022
Fix
- Fixed AJAX requests not returning submitted entry correctly
Version 3.1.1
July 30, 2022
Fix
- Fixed error when trying to save forms in a multisite environment
Version 3.1.0
June 7, 2022
Add
- Dynamic email notifications
Fix
- Text input field styles to match Craft 4 layout
Version 3.0.2
May 6, 2022
Fix
- Craft 4 User Permissions
Version 3.0.1
May 4, 2022
Improved
- Norwegian translate (@AlexFUNBIT)
- Version comparison checks
Version 3.0.0
May 4, 2022
Add
- Added Craft 4 support
Version 2.7.2
March 17, 2022
Fix
- Undefined error on form.close()
Version 2.7.1
March 16, 2022
Fix
- Undefined error on recaptcha
Version 2.7.0
March 14, 2022
Added
- Telephone input field type
- Date input field type
- Time input field type
- New beforeValidate and afterValidate events for plugins to do custom validation
- New flash variable with submitted form ID
Fix
- Duplicate fields in CSV Export when fields are empty.
- Logic with multiple fields of same type to have increasing names to disallow having the same input field name.
Version 2.6.4
January 19, 2022
Added
- Ability to modify redirect using events
- New multiple option for select fields
Version 2.6.3
November 28, 2021
Added
- Better examples of Vanilla Javascript and AJAX submisions.
- Added ability to retrieve the Form field ID in the templates.
- Ability to refresh Recaptcha after an error (@lenvanessen)
Version 2.6.2
October 13, 2021
Added
- Added ability to translate labels and placeholders on Front End.
Version 2.6.1
October 9, 2021
Fixed
- Fixed Recaptcha for multiple forms on same page.
Version 2.5.8
May 3, 2021
Fixed
- Fixed bug on DateCreated field for Messages Model (@jgdevweb).
- NPM dependencies
Version 2.5.6
December 28, 2020
Added
- New config key to allow forms to skip attaching files to email.
Version 2.5.5
December 27, 2020
Fixed
- Access to Field options in custom templates
Version 2.5.4
November 15, 2020
Fixed
- Bundles not minified correctly on Control Panel.
Version 2.5.3
November 15, 2020
Fixed
- Honeypot field autocomplete problems on some browsers.
- Better checking of files uploaded to external volumes
- Improved ES translations
Version 2.5.2
October 5, 2020
Added
getFileExtensions
getter function for field template service- Added ability to select all entries on current entries list.
Fixed
- Honeypot field autocomplete problems on some browsers.
Version 2.5.1
August 4, 2020
Added
- Added Norwegian Translation (@AlexFUNBIT)
- Ability to make available fields configurable (@vandres)
Version 2.5.0
August 4, 2020
Fixed
- Fixed critical bug with Craft CMS 3.5 version and CSRF meta tags.
Version 2.4.3
June 29, 2020
Added
- Ability to enable/disable "required" attribute for most fields.
- Ability to add custom HTTP Responses to submissions through an Event.
- Ability to add custom User Notification Subject from CP.
- Ability to add custom Submission message to individual forms.
Fixed
- Fixed bug related to console purge not running correctly
Version 2.4.2
February 28, 2020
Added
- Ability to order checkboxes, lists, selects, radios options.
Fixed
- Styling issues on larger screens
Version 2.4.1
February 27, 2020
Added
- Added new Permission to all users and user groups to manage, edit, view all forms automatically.
Version 2.4.0
February 22, 2020
Fixed
- Improved Edit Form Layout to better match New Craft layout
- New ability to overwritte default "From" address using configuration file.
- Fixed ability to use volumes such as AWS S3
Version 2.3.9
February 19, 2020
Fixed
- Form Field name to be capitalized.
Version 2.3.8
February 4, 2020
Fixed
- Views not loading correctly for single messages.
- Checkbox values not saving correctly.
Version 2.3.7
February 2, 2020
Fixed
- Recaptcha V3 action.
Version 2.3.6
January 31, 2020
Fixed
- Fixed layout on Edit Form to use new Craft 3.4 admin classes.
- Fixed fields not deleting old settings when type changes.
Version 2.3.5
January 29, 2020
Fixed
- Fixed pages with Form Field being used not indexing correctly on console commands.
Version 2.3.4
September 17, 2019
Fixed
- Fixed Layout issue with delete button and form configuration UI.
- Translations for new settings.
Version 2.3.3
September 17, 2019
Added
- Added Ability to retrieve Honeypot field from form variable.
Version 2.3.2
September 17, 2019
Fixed
- Fixed bug where HTML content is not accessible from the field Service.
Version 2.3.1
September 16, 2019
Added
- Added ability to add a name to the from_email field.
Version 2.3.0
September 2, 2019
Added
- Added ability collapse / expand all the fields at once.
Fixed
- Fixed bug newly created radio and select fields couldn't add options.
Version 2.2.4
August 27, 2019
Fixed
- Fixed bug on reaptcha 3 actions (@Moskydesign).
Version 2.2.3
January 8, 2019
Fixed
- Fixed bug where files were being uploaded after form errors.
Version 2.2.2
January 7, 2021
Fixed
- Ability to delete HTML fields
Version 2.2.1
March 7, 2020
Fixed
- Bug related to deleted form not displaying correctly on form fields.
Version 2.2.0
January 7, 2020
Added
- Added ability to delete forms.
Fixed
- Fixed Pagination on entries list
- Fixed Items not deleting correctly in Multi options fields.
Version 2.1.1
July 6, 2019
Added
- Added ability to restrict type of files uploaded.
Version 2.1.0
June 19, 2019
Added
- Added ability to use Aliases inside Recaptcha fields.
- Added
name
variable for individual forms.
Fixed
- Fixed typo in README
- Fixed error on new forms with no fields present
Version 2.0.2
May 5, 2019
Fixed
- Fixed placeholder for Email and Textarea
Version 2.0.1
May 3, 2019
Fixed
- Fixed Form Attributes not displaying correctly
Version 2.0.0
April 29, 2019
Improved
- Improved Form Field configuration page.
- Improved Field Configuration options
- Faster Form Submission
Added
- Added new HTMl Field
- Added French Translation (@timbertens)
Version 1.25.3
April 7, 2019
Fixed
- Fixed Bug on Form Service
Version 1.25.2
April 4, 2019
Fixed
- Fixed Bug related to Cron Job Command to Purge Messages (@luke-nehemedia).
Version 1.25.1
April 1, 2019
Fixed
- Fixed Bug related to Deprecation error on form Attributes.
Version 1.25.0
March 30, 2019
Added
- Added ability to create Cron Jobs to delete Messages after a determined amount of days.
- Added new form configuration to allow assets to be registered before getting cached.
Fixed
- Fixed Bug related to Form Field trying to render itself when already instantiated.
Version 1.24.1
March 13, 2019
Improved
- Improved the way the Twig Services render the form, Now using Yii2 Html helpers to display the forms and the CSRF fields
Version 1.24.0
March 13, 2019
Added
- Custom Subject to Admin Email.
- Reply-to Field lightswitch to Forms.
- Portuguese translations.
Improved
- Improved Translations setup.
- Improved Spanish Translations.
Version 1.23.0
February 25, 2019
Improved
- Improved UI for Form Settings so Advanced Options are collapsed by default.
Added
- Added Form Field Type, Where users can select a form and display on the templates.
Version 1.22.0
February 18, 2019
Added
- Added Notification to form submissions.
Fixed
- Fixed Bug that would duplicate forms after initial save
Version 1.21.1
February 14, 2019
Fixed
- Fixed error being thrown on group permissions for bad namespace.
Version 1.21.0
February 12, 2019
Added
- Added Permissions for different aspects of the forms.
Version 1.20.4
February 11, 2019
Fixed
- RecpatchaV2 not working on some server setups.
Version 1.20.3
February 8, 2019
Fixed
- Multiple field values not updating correctly.
Version 1.20.2
February 8, 2019
Fixed
- Order not saving correctly introduced on Last Patch.
Version 1.20.1
February 8, 2019
Fixed
- Critical update to fix new options not loading correctly on Edit Form View.
Version 1.20.0
January 26, 2019
Added
- Added New Actions to Entries view.
Improved
- Improved Form Settings Layout, 2 column layout for form field configuration
Version 1.19.0
January 19, 2019
Added
- Added Placeholders to field options.
- Added email_html to beforeSend Event that allows overwrite of the email template completely.
- Added ability to add specific tempaltes based on form ID.
- Added ability to Labels to be translatable.
Version 1.18.0
January 13, 2019
Added
- Added RecaptchaV3 Integration.
- Added submitButton Template Variable for more customization options.
- Added BeforeSave Event and AfterSend Events for more options to manipulate data at various stages
Version 1.17.1
December 12, 2018
Fixed
- Fixed problem with flash messages being generic. Notice: Old flash message are unaffected but will be deprecated eventually.
Version 1.17.0
December 9, 2018
Added
- Added new List field to handle multiple values.
Version 1.16.4
November 18, 2018
Fixed
- Fixed better volume retrieval when uploading files.
Version 1.16.3
November 16, 2018
Fixed
- Fixed error when trying to create multiple forms on a single template.
Version 1.16.2
November 14, 2018
Fixed
- Fixed error on undefined variable.
Version 1.16.1
November 14, 2018
Fixed
- Fixed better handling of Asset management and reporting.
- Fixed better handling of Timezone handling for CSV exporter.
Version 1.16.0
November 10, 2018
Added
- Added improved Event listener to modify From Email, To Email, ReplyTo Email, add extra fields to message.
Version 1.15.1
November 9, 2018
Fixed
- Fixed CSV exporter not displaying all the headers.
Version 1.15.0
October 29, 2018
Added
- Added New template function to display last submission. (@svale)
- Added New template function to display all entries of an specific form. (@svale)
Version 1.14.3
October 22, 2018
Fixed
- Fixed Timezone on Message View
Version 1.14.2
October 16, 2018
Fixed
- Fixed Dutch Translations (@cbovers)
Version 1.14.1
October 4, 2018
Fixed
- Fixed missing Select on variable tempaltes
- Fixed Documentation examples to be more accurate.
Version 1.14.0
October 3, 2018
Added
- Added wheelform variable for templates
- Added ability to add classes to fields and their containers for easy template render
Version 1.13.1
September 16, 2018
Fixed
- Fixed File field being empty and not saving correctly
Version 1.13.0
September 16, 2018
Added
- Added new ability to save Uploaded files to specific Asset folder.
- Added new ability to Import / Export Files from one form to another.
Version 1.12.0
August 14, 2018
Added
- Added new Honeypot Field
- Added new ability to add Custom Label to Fields.
- Added Bulgarian translations (@ipetrov87)
Version 1.11.0
August 4, 2018
Added
- Added ability to add options to checkboxes, radios and selects, for validation purposes
Improved
- Improved has_new function for form column.
Version 1.10.2
August 4, 2018
Fixed
- Fixed new column count on multiple forms giving wrong value.
Version 1.10.1
August 4, 2018
Added
- Added new column to form index to display which form has new messages.
Fixed
- Fixed translations needed for new items.
Version 1.10.0
August 1, 2018
Added
- Added Capability to turn off database saving.
- Added Dutch Translation (@timbertens)
Version 1.9.0
July 10, 2018
Added
- Added Custom HTML Email template.
Version 1.8.0
June 24, 2018
Added
- Added CSV Exporter under Admin > Utilities > Form Export.
Version 1.7.5
June 24, 2018
Added
- Added Italian translations.
Version 1.7.4
June 18, 2018
Added
- Added German translations.
Fixed
- Fixed reCaptcha submission value on PHP 7.2.
Version 1.7.3
June 9, 2018
Fixed
- Fixed wrong fields being emailed on form submittion introduced on previous patch.
Version 1.7.2
June 5, 2018
Notes
- Forms need to be re-saved in order for new ordering to take effect.
Fixed
- Fixed bug of inactive fields being displayed on form builder.
Version 1.7.1
June 4, 2018
Added
- Added minified version of application.
Version 1.7.0
June 2, 2018
Added
- Added order of field in database. Forms have to be resaved in order to save field ordering to take effect.
- Added better view of fields
Version 1.6.9
May 10, 2018
Fixed
- Fixed error overwritting secret key in settings
Version 1.6.7
May 10, 2018
Fixed
- Fixed optional checkboxes not displaying correctly.
- Fixed Control Panel as the title of the Forms Index Page.
Version 1.6.6
May 6, 2018
Fixed
- Fixed message list view columns when a value is empty.
- Fixed performance for values inside the column list.
Version 1.6.5
May 6, 2018
Fixed
- Fixed bug not finding correct Message Entry
Version 1.6.4
May 6, 2018
Fixed
- Fixed migration column type
Version 1.6.3
May 6, 2018
Added
- Added Ability to mark messages as unread
- Added ability to delete message entries
Fixed
- Fixed namespace to be all lowercase to better use Yii module routes.
Version 1.6.2
May 3, 2018
Fixed
- Fixed PostgreSQL form Field id on new forms error
- Fixed bug on admin not allowing checkbox to update correctly.
Version 1.6.1
May 2, 2018
Fixed
- Fixed PostgreSQL installation column type errors
Version 1.6.0
April 30, 2018
Added
- Added ability to mark messages are unread.
- Added new badge count of unread messages.
Fixed
- Fixed some Date issues for entries view
- Fixed class names inside Models
Version 1.5.1
April 30, 2018
Fixed
- Fixed Mailer message error
Version 1.5.0
April 25, 2018
Added
- Added Spanish translations
Version 1.4.4
April 7, 2018
Fixed
- Fixed install error introduced last patch
Version 1.4.3
April 7, 2018
Fixed
- Fixed migration changes to Install.php for future installs
Version 1.4.2
April 7, 2018
Improved
- Improved handling of ids in fields introcued on previous patch
Added
- Added new active column to fields so we don't delete data related to those fields.
- Added Delete warning on Form Field.
Version 1.4.1
April 7, 2018
Fixed
- Fixed critical bug that delete fields entries when updating form fields
Version 1.4.0
April 7, 2018
Added
- Added ability to check fields on entries views
Version 1.3.0
April 6, 2018
Added
- Added more field types, they all validate to strings
Version 1.2.4
April 4, 2018
Improvements
- Improved icon hover instead of solid color for form fields
Version 1.2.3
April 4, 2018
Fixed
- Fixed icon
Version 1.2.2
April 4, 2018
Improvement
- Improved icon with custom one
Version 1.2.1
April 3, 2018
Fixed
- Fixed checkbox change event on new row added
Version 1.2.0
March 29, 2018
Improvement
- Improvement on entries list
Version 1.1.1
March 29, 2018
Fixed
- Fixed instructions for To Emails
Version 1.1.0
March 29, 2018
Added
- Added ability to send to multiple emails
Version 1.0.4
March 29, 2018
Fixed
- Fixed bug handling checkboxes on emails
Version 1.0.3
March 29, 2018
Fixed
- Fixed Javascript Ajax response on errors
Version 1.0.2
March 28, 2018
Bugs
- Fixed Recaptcha values on form
Version 1.0.1
March 28, 2018
Added
- Recaptcha Ability to individual forms