This document is for an older version of
Express Forms
.
View latest version →
Changelog
2023-01-17
1.1.4Changes
- Updated
symfony/property-access
,symfony/finder
andsymfony/yaml
dependency version requirements to resolve some conflicts.
Fixes
- Fixed a bug where file upload fields could not work in some cases.
2022-09-29
1.1.3Additions
- Added a new version of the HubSpot API integration to address new Private App token requirement. This is a required change for any existing HubSpot users.
2022-01-10
1.1.2Fixes
- Fixed a bug where the exporting of submissions was not fully compatible with the Craft 3.7 field column suffix change.
2021-04-21
1.1.1Additions
- Added an
autocomplete
attribute to honeypot inputs, to prevent Chrome from autofilling it.
Changes
- Removed the ramsey/uuid package dependency and switched to using Craft's native UUID generator.
Fixes
- Fixed a bug where admin emails were not recognizing ENV variables.
- Fixed a bug where the
from email
value of email templates were not using ENV variables. - Fixed a namespace issue that was causing warnings in composer.
2021-01-29
1.1.0Changes
- Updated the file structure of the Express Forms plugin and updated Resources areas to show latest support options, etc.
2021-01-21
1.0.9Fixes
- Fixed a compatibility issue with Craft 3.6+.
- Fixed a bug where the Form Submit developer event was not using modified submitted data values.
2020-10-12
1.0.8Fixes
- Fixed a bug where the form builder would not load correctly if reCAPTCHA was not enabled for the site.
2020-10-09
1.0.7Changes
- Updated reCAPTCHA to offer a Light/Dark theme preference.
- The 'Accept' header now can be used to specify a JSON response by using
application/json
when returning AJAX data.
Fixes
- Fixed a bug where email notifications would still be sent via Dynamic Recipients when the submission was considered spam.
- Fixed a bug where an error would be shown if using the Options field type with data that as not an array.
- Fixed a bug where the CP Error Log could not be accessed when the Craft
allowAdminChanges
config setting was disabled.
2020-07-29
1.0.6Fixes
- Fixed some compatibility issues with Craft 3.5+.
- Fixed a bug where the Save form button was not correctly positioned.
- Fixed a bug where deleted submissions were being included in CSV exports.
- Fixed a bug where using Dashboard Widget could show an error.
2020-02-11
1.0.5Fixes
- Fixed a bug where installing Express Forms through the CLI could error.
- Fixed a bug where the Dynamic Recipients feature would bypass spam protection.
- Fixed a bug where there was a case sensitivity issue in the class namespace for the dashboard widget.
2019-08-22
1.0.4Fixes
- Fixed a bug where search index updating in the CP would error each time after a new Express Forms submission was created.
2019-07-31
1.0.3Changes
- Updated Honeypot field to ensure screen readers don't see it and it can't be tabbed to, etc.
Fixes
- Fixed a bug where fields with array values wouldn't work correctly with required field validator.
- Fixed a bug where the HubSpot integration wouldn't work correctly when a duplicate Contact is being created.
2019-06-12
1.0.2Changes
- Updated
carbon
dependency to^1.22.1|^2.19
for better compatibility with other plugins, and to reduce the chances of seeing deprecation notice. - Updated plugin icon.
Fixes
- Fixed a bug where submission saving on multi-site Craft installs would trigger an error.
2019-05-08
1.0.1Fixes
- Fixed a bug where using AJAX would not record data on additional submits (e.g. after first one errored) when using the 'Prevent Duplicate Submissions' setting.
2019-05-07
1.0.0Additions
- Added support for using environment variables inside email notification templates.
2019-04-30
1.0.0-beta.6Fixes
- Fixed a bug where saving a form would trigger an error when using PostgreSQL.
2019-04-26
1.0.0-beta.5Additions
- Added 'Prevent Duplicate Submissions' setting for forms.
Fixes
- Fixed a bug where Settings area in CP was still visible when the
allowAdminChanges
setting is disabled for Project Config.
2019-04-25
1.0.0-beta.4Fixes
- Fixed a bug where form submitting and return URL's were not working correctly.
- Fixed a bug where the Subject field was not displaying inside CP email notification template editor.
- Fixed a bug where the "Template Directory Path" setting was prepending the full file path after saving a relative path.
- Fixed a bug where the form would not render the flash success message if the return URL wasn't set.
- Fixed a bug with a namespace that was not the correct case, causing issues with Nginx servers.
- Fixed various bugs with demo templates.
2019-04-23
1.0.0-beta.3Changes
- Various improvements to developer events.
Fixes
- Fixed a bug where CP could show errors if an incorrect template path was specified for Email Notification Templates.
- Fixed a bug where installing Express Forms could error in some cases.
2019-04-19
1.0.0-beta.2Additions
- Added support for Opportunity resource mapping in Salesforce API integration (Pro).
Fixes
- Fixed a bug that would cause the Email Notifications CP page to error for some customers.
2019-04-17
1.0.0-beta.1Additions
- Initial release.