This document is for an older version of

Freeform

.

View latest version →

Setup

Changelog

3.13.35 2024-03-01

Fixes

  • Fixed a bug where the Fill Form Values from the GET Query String setting was not being respected.

3.13.34 2024-02-09

Fixes

  • Fixed a bug where the File Upload Drag & Drop field type could use an incorrect URL if search params are used.

3.13.33 2023-12-19

Additions

  • Added support for additional mimetype file upload validation on .dwg, .dxf, .msg, .sia, .stl, .stp, and .step.

3.13.32 2023-07-24

Changes

  • Refactored the Freeform lock service to use Yii's cache to prevent performance issues.

3.13.31 2023-07-11

Additions

  • Added support for mapping to multiple groups/interests in the Mailchimp integration.

3.13.30 2023-07-04

Changes

  • Updated the Diagnostics and Craft 4 Preflight pages to still show when the allowAdminChanges setting is set to false.

Fixes

  • Fixed a bug that could cause issues when using the JS Honeypot enhancement.
  • Fixed a bug where an erroneous database index existed for email marketing integrations that would sometimes cause an error.

3.13.29 2023-05-08

Changes

  • Updated the JS Honeypot Enhancement feature to use the encrypted payload instead of PHP sessions when the 'Form Session Context' setting is 'Encrypted Payload'.

3.13.28 2023-04-04

Fixes

  • Fixed a bug where some migrations and integrations could error when using Guzzle JSON calls.

3.13.27 2023-03-23

Fixes

  • Fixed a bug where the Constant Contact integration could timeout when connecting if there were too many lists.

3.13.26 2023-03-10

Changes

  • Addressed some minor Craft 3.8 compatibility issues in the control panel.
  • Improved Dutch (NL) language translations.

3.13.25 2023-03-01

Additions

  • Added support for .eps files in the Freeform file helper validation.
  • Added support for .webp files in the Freeform file helper validation.

Changes

  • Updated the Dutch (NL) translations to include many missing items.

Fixes

  • Fixed a bug where many items were not translatable in the Freeform control panel.
  • Fixed a bug where using "Database Tables" for session storage context would result in an error when submitting forms.

3.13.24 2023-02-14

Fixes

  • Fixed a bug where the Freeform Form element field type was not sorting form options alphabetically.
  • Fixed a bug where the freeform_integrations table's accessToken column was not being set to TEXT on fresh installs.

3.13.23 2023-02-08

Fixes

  • Fixed a bug where POST Forwarding was not being triggered when approving submissions in the Spam Folder.

3.13.22.1 2022-12-09

Fixes

  • Fixed a bug where the sameSiteCookieValue fix in 3.13.22 was not compatible with PHP 7.2.x.

3.13.22 2022-12-06

Changes

  • Updated to only load reCAPTCHA scripts when form(s) have reCAPTCHA enabled.
  • Updated to support Craft's sameSiteCookieValue.

3.13.21 2022-10-25

Additions

  • Added success events for AJAX forms with redirect-to-url behavior.

Fixes

  • Fixed an error caused by different Craft version API's.

3.13.20 2022-09-28

Changes

  • Updated the AJAX response payload to include posted values.

Fixes

  • Fixed a bug where some field types would not correctly store updates with empty values in multi-page forms.
  • Fixed a bug where users without permissions to Freeform could add Freeform widgets to the Craft dashboard.
  • Fixed a bug where the Diagnostics page could fail on remnants of old plugins.
  • Fixed a bug where the form reserved keyword was being allowed for field handles.

3.13.19 2022-09-12

Changes

  • Updated the Google Tag Manager event to include the AJAX response.

Fixes

  • Fixed a race condition issue where loading values when editing an element would sometimes not work.
  • Fixed a bug where non-latin characters were allowed in field handles in the field manager area.
  • Fixed a bug where fetching existing tags for the ActiveCampaign integration was not working correctly.
  • Fixed a bug where duplicating forms could cause an error when more than one user group has permission to manage it.

3.13.18 2022-08-23

Additions

  • 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.

Fixes

  • Fixed a bug where non-latin characters were being allowed in field and form handles.
  • Fixed a bug where attempting to view a related Freeform submission element in the slideout in another element could error.
  • Fixed a bug where multiple instances of the same form are added when moving the form instance around the DOM.

3.13.17 2022-08-05

Fixes

  • Fixed a bug where the amCharts library was not using a local copy for its scripts in the CP.
  • Fixed a bug where there was a warning about failing to load a source map in the CP.
  • Fixed a bug where incorrectly including a twig file in the Success Template Directory path would break settings and form builder.
  • Fixed a bug where some upgrades could encounter an error about the Export Notifications database table.
  • Fixed a bug where the Stripe Payments integration could be causing a customer as well as guest account in Stripe for the same transaction.
  • Fixed a bug where credit card numbers were not showing up in Stripe's payment methods for customer accounts.

Security

  • Addressed some potential XSS vulnerabilities.

3.13.16 2022-07-25

Changes

  • Switched over CP scripts to use local copies of external scripts.
  • Adjusted language and warnings around email notification template storage types on settings, preflight and diagnostics pages.

Fixes

  • Fixed a bug where the Stripe Payments integration could be causing a customer as well as guest account in Stripe for the same transaction.

Security

  • Addressed some potential XSS vulnerabilities.

3.13.15 2022-07-19

Additions

  • Added the ability to map Mailchimp Interests to a form field. Limited to finding and passing a single Interest based on first match within Interest names part of a List.

Fixes

  • Fixed a bug where conditional rules would break when applied to multiple select fields.
  • Fixed a bug where some special field types were showing in the field type dropdown for creating new fields in the form builder.
  • Fixed a bug where Date fields could sometimes error when editing a Craft Entry via Freeform's element connections feature.
  • Fixed a bug where Freeform's mutation observer was not attaching to nested forms.
  • Adjusted the NL translation word for any in the conditional rules feature.

3.13.14 2022-06-30

Changes

  • Updated Dashboard and Forms listing to hide forms for users that do not have any form or submission access permissions to them.

Fixes

  • Fixed a bug where Dynamic Recipient fields would still send email notifications while hidden via Conditional Rules.
  • Fixed a bug where craft.freeformPayments.payments was no longer working. It is deprecated though, so use craft.freeform.payments instead.
  • Fixed a bug where Stripe subscription plan names could possibly show up blank if no price plan description was provided. If so, Freeform will now autogenerate plan names.
  • Fixed a bug where the form builder didn't warn that author is a reserved handle name.

3.13.13 2022-06-15

Fixes

  • Fixed a bug where passing through anonymous calls to the freeform/api/form endpoint alias was not working.
  • Fixed a bug where the Save & Continue Later field was not available in GraphQL schema.

Security

  • Addressed some potential XSS vulnerabilities.

3.13.12 2022-06-08

Additions

  • Added support for date fields in the Campaign Monitor integration.

Changes

  • Updated the "Use Return URL" success behavior to skip reloading the form (briefly) when using AJAX.

Fixes

  • Fixed a bug where exporting to Excel could fail if a field's value began with =.

3.13.11 2022-06-01

Additions

  • Added setting to have CSV and Excel exports use field handles for headings instead of field labels.
  • Added data-skip-html-reload form attribute option to bypass HTML reload for AJAX forms (when not using render method)

3.13.10 2022-05-24

Additions

  • Added Export Email Notifications feature. Allows you to send exports as email notifications automatically.

Fixes

  • Fixed a bug where the Drag & Drop File Upload field type was requiring a file to be selected even when hidden by the Conditional Rules feature.
  • Fixed a bug where the predefined "Yesterday" option for Export Profiles returned yesterday 0:00 until now instead of yesterday 0:00 to 23:59.
  • Fixed a bug with conditional Post Forwarding options check.

3.13.9 2022-04-04

Fixes

  • Fixed a bug where users with permissions to Create New Forms would encounter issues in the New Form wizard modal.
  • Fixed a bug where users without Create New Forms permission would see the New Form button in the CP Forms page.
  • Fixed a bug where the Formatting Template setting in the New Form wizard modal would not default correctly if custom formatting templates did not exist.
  • Fixed a bug where Number fields with a minimum value above 0 would still allow 0 as a valid value.

3.13.8 2022-04-02

Changes

  • Updated symfony/property-access, symfony/finder and symfony/filesystem dependency version requirements to resolve some conflicts.

Fixes

  • Fixed a bug where Drag & Drop File Upload fields would not respect all site URL setups.
  • Fixed a bug where spammy submissions were not storing the author user ID (if available).
  • Fixed a bug where exporting submissions would sometimes not work if adding a Table field to a form layout after some submissions already exist.
  • Fixed a bug where there was missing support for File Upload Drag & Drop fields mapping to Element Connections and Integrations.
  • Fixed a bug where POST Forwarding would still send through spammy submissions.
  • Fixed a bug where Checkbox Groups and Multi-Select field types would not show default options in rendered form.
  • Fixed a bug where the form builder tutorial would show an error if the allowAdminChanges setting was disabled.

3.13.7 2022-03-28

Additions

  • Added a preflight page to check for potential issues with upgrading to Freeform 4 (Craft 4) in the future.

Fixes

  • Fixed a bug where the Diagnostics page could trigger some PHP version-related errors.
  • Fixed a bug where CORS handling might still not work under certain circumstances. Also added events for possible customization.
  • Fixed a bug where some permission-related migrations could cause issues with Project Config.

3.13.6 2022-03-16

Fixes

  • Fixed a bug where some older migrations could error when upgrading to Freeform 3.13+.
  • Fixed a bug where mass allowing spam submissions would not populate field values in email notifications correctly.
  • Fixed a bug where the CORS Origin header was not working correctly when allowedGraphqlOrigins enabled.

3.13.5.1 2022-03-11

Fixes

  • Fixed a bug where an error could display on sites using older versions of PHP.

3.13.5 2022-03-11

Fixes

  • Fixed a bug where the reCAPTCHA v2 Checkbox field was not displaying in forms in Freeform Lite edition.
  • Fixed a bug where hCaptcha would error if the "Send to Spam Folder" setting was enabled.
  • Fixed a bug where creating or editing fields inside the Field Manager area could trigger an error in Freeform Pro edition.
  • Fixed a bug where the "New Form" wizard modal could sometimes not correctly continue to form when using an irregular admin URL.

3.13.4 2022-03-04

Changes

  • Updated the Constant Contact email marketing integration to work with the latest API changes. This is an important update for anyone using Constant Contact with their forms.

3.13.3 2022-03-03

Changes

  • Updated the "New Form" wizard to auto-focus the Form Name field.

Fixes

  • Fixed a bug where the reCAPTCHA v2 Checkbox field was not displaying in forms.

3.13.2 2022-03-02

Additions

  • Added "Send Additional Notification" feature, allowing you to send email notifications of submissions to other email addresses at any point.

3.13.1 2022-03-01

Fixes

  • Fixed a bug where some special field types were not displaying in forms.
  • Fixed a bug where the demo templates submission edit link was not working correctly.

3.13.0 2022-02-25

Additions

  • Added "New Form" wizard that shows the key settings to ease users into creating new forms.
  • Added "Success Behavior" feature inside form builder, now capable of allowing you to explicitly specify whether the form should reload the form and display a success message, load a success template, or redirect to a URL. To preserve legacy and avoid breaking existing installs, the default for all existing forms will be "No effect", meaning it continues to behave like Freeform 3.12 and older. We would encourage you to eventually review each form and update to the explicit behavior you actually want for each form (and keep in mind that these can also be overwritten at template level still).
  • Added "Success Templates" feature, which allows you to create a message or content of your choosing to take place of the form contents upon successful submit of the form.
  • Added the ability to stop new form submissions from happening after a specified date.
  • Added the ability to allow only logged in users to submit forms.
  • Added the ability to limit forms being submitted more than once by logged in users in the "Limit Form Submission Rate" setting.
  • Added user/author data to Freeform submission views and front end templating.
  • Added storing of user IDs for any submission made while the user is logged in. Authors can also be assigned to or removed from submissions inside the control panel.
  • Added a setting to allow logged in users to bypass all spam protection measures.
  • Added bulk spam approval from the Spam Folder index page.
  • Added support for additional form types (available as separate add-on plugins).
  • Added user/group permission for showing/hiding Quick Export and the "Export as CSV" option in the CP Submissions index page.
  • Added field options alias for Rating and Opinion Scale field types.

3.12.13 2022-02-01

Additions

  • Added a setting to allow global control of whether exporting submissions uses the field option labels or option values.

Fixes

  • Fixed a bug where Export Profiles were not correctly factoring in timezones when using date ranges on exports.
  • Fixed a bug where Drag & Drop File Upload fields were not working correctly with IE11.

3.12.12.1 2022-01-26

Fixes

  • Fixed a bug where the default rendering of Rating fields would right-align the stars instead of left-align.

3.12.12 2022-01-21

Additions

  • Added support for HEIC and HEIF image file types in Freeform's mime validation layer.

Fixes

  • Fixed a bug where fields with default values specified in the form builder would not show the default value/option on multi-page forms after the first page.
  • Fixed a bug where self-deletion feature (deleteSubmissionByToken) was only working for admins.
  • Fixed a bug where the Diagnostics page would error if there are plugins/modules that don't have the enabled property present.

3.12.11 2021-12-23

Additions

  • Added a setting for Date & Time fields in the form builder that lets you set/force a locale for the field.

Changes

  • Updated Stripe validation errors to also respect the "Automatically Scroll to top of the Form on AJAX submit?" setting.

Fixes

  • Fixed a bug where the custom form properties feature wasn't working correctly.

3.12.10 2021-12-20

Additions

  • Added the GraphQL allowedGraphqlOrigins config setting for CORS support in Freeform.

Changes

  • Updated form re-rendering (via AJAX) to be bypassed if no formatting template is specified in the form builder.

Fixes

  • Fixed a bug where spammy submissions with hidden mailing list fields were not sending off to Email Marketing integrations when approved.
  • Fixed a bug where Webhooks were still firing when a submission was flagged as spam.
  • Fixed a bug where File Upload Drag & Drop fields were not showing as options in Conditional Rules tab.
  • Fixed a bug where deleting an uploaded file could clear the submission data.
  • Fixed a bug where blocked email and keyword error messages were not being displayed underneath applicable fields when the corresponding settings are enabled.

3.12.9.1 2021-12-07

Fixes

  • Fixed a bug where new installs could potentially error on the league/flysystem dependency version.

3.12.9 2021-12-07

Additions

  • Added support for hCaptcha, which works similar to reCAPTCHA but easily complies with GDPR and other global data laws.

Fixes

  • Fixed a bug where the Pardot integration was not correctly passing off array values.
  • Fixed a bug where it was not possible to submit forms directly to the Submit controller.
  • Fixed a bug where Opinion Scale fields were not defaulting to using values as labels if labels are empty.

3.12.8 2021-12-02

Changes

  • Updated Freeform CSS to not load in templates where forms don't contain the Drag & Drop File Upload or Opinion Scale field types.
  • Updated all Freeform CSS to be minified.

Fixes

  • Fixed a bug where multi-page forms with single checkbox field types would always assume checkboxes were checked.
  • Fixed a bug where instructions for single checkbox fields were not being displayed in the Bootstrap demo template as well as the Bootstrap 4, Bootstrap 5 and Tailwind sample formatting templates.

3.12.7 2021-11-29

Additions

  • Added the ability to map the Freeform submission ID, submission token, submission title, form ID, form handle and form name to other element fields via the Element Connections feature.

Fixes

  • Fixed a bug where File Upload Drag & Drop image previews would not use reduced thumbnail files when editing submissions or going back/forth in multipage forms.
  • Fixed a bug where the Resend Email Notifications feature was not working correctly.
  • Improved the way form sessions are used.
  • Fixed a bug where sessions would not timeout (if set to expire early) for PHP Sessions and Database Table contexts.
  • Removed info log entry for the SharpSpring CRM integration.

3.12.6 2021-11-23

Fixes

  • Fixed a bug where hidden Mailing List fields were not working properly.
  • Fixed a bug where Payment forms were showing a success message to the user even if the card was declined.

3.12.5 2021-11-19

Fixes

  • Added backwards compatibility for forms without submit buttons with data-freeform-action.
  • Added a more resilient check on posted form hash parts for Sentry (#201).
  • Fixed a bug where the lang="en" attribute was being added to Number fields.
  • Fixed a bug where submit buttons were not being aligned correctly in the new sample Bootstrap 5 formatting template.

3.12.4 2021-11-17

WARNING

Freeform 3.12+ introduces additional Form Session Context options for processing forms. For sites that have already upgraded to 3.12.0 - 3.12.3, we recommend switching the Freeform Session Context setting to "Encrypted Payload" instead of "PHP Sessions" and carefully reviewing your forms. If you prefer to continue using PHP Sessions and are caching your forms, you will need to add {% do form.registerContext %} below your form when loading the form in a cached template.

Changes

  • Updated default Form Session Context to "Encrypted Payload" instead of PHP Sessions. If you previously updated to Freeform 3.12 and/or prefer to continue to use PHP Sessions and are caching your forms, you will need to add {% do form.registerContext %} below your form when loading the form in a cached template.

3.12.3 2021-11-17

Fixes

  • Added backwards compatibility with freeform/api/form controller action.
  • Fixed a bug where Invisible fields were no longer collecting data.
  • Fixed a bug where the Encrypted Payload session context was not being included with form.json function.
  • Fixed a bug where any keystroke would reset field option values when creating fields in the Field Manager area of the control panel.

3.12.2 2021-11-15

Fixes

  • Fixed a bug where Dynamic Notifications (template parameter) were not working.
  • Fixed an error caused by querying submissions in a console request.
  • Fixed a bug where queue jobs could fail on an undefined request method.
  • Fixed a bug where incomplete craft plugin info could cause the Freeform Diagnostics page to not display.

3.12.1 2021-11-11

Fixes

  • Fixed a bug where element editing was not correctly mapping Lightswitch and Checkbox fields as well as Relation fields that mapped to single option field types.
  • Fixed a bug where some of the Welcome install wizard's new 3.12 settings weren't saving correctly.

3.12.0 2021-11-10

WARNING

Freeform 3.12+ introduces additional Form Session Context options for processing forms. The default Form Session Context will be switched to "Encrypted Payload" instead of "PHP Sessions" upon upgrade. If you prefer to continue to use PHP Sessions and are caching your forms, you will need to add {% do form.registerContext %} below your form when loading the form in a cached template.

Additions

  • Added a Drag & Drop File Upload field type (Pro).
  • Added "Save & Continue Later" feature, which allows users to save their form progress and return later to complete the form.
  • Added self-diagnostics page to help troubleshoot issues and identify potential issues.
  • Added a Bootstrap 5 example formatting template.
  • Added 'Extras' section to demo template to show additional common uses with forms.
  • Added the ability to limit how many submissions a form can have.
  • Added a setting to automatically scroll to the top of the Form on AJAX submits. This is especially beneficial when you have longer forms and success/error messages at the top of the form become out of sight.
  • Added ability to disable the Freeform Honeypot per form at template level.
  • Added ability to set payload forwarding to form render params.
  • Added support for blocking phrases in spam keyword blocking feature (e.g. "generate new leads").
  • Added a freeform/fields/create console command to allow creation of new fields in CLI.
  • Added a developer event for registering the form context for cached forms.

Changes

  • Overhauled form processing to allow for alternative session storage options including the new Encrypted Payload default as well as a database table approach.
  • Updated sample formatting templates to account for "Save & Continue Later" buttons.
  • Updated the custom formatting templates and email notification templates lists to be ordered alphabetically in the form builder.
  • Updated field option values to automatically appear as camelCase instead of an exact clone of what is typed as field option label.
  • Updated newly created Text, Hidden, Invisible, Phone, Regex, and Website field types from VARCHAR to TEXT in database. Changed all other newly created field types to be VARCHAR(255) instead of VARCHAR(100). This is not a retroactive change - it will affect the creation of new fields only.
  • Updated the CP Field Manager page to sort fields alphabetically.
  • Updated to the Honeypot field to include autocomplete="off".
  • Updated the submitClass parameter to control styling of "Save & Continue Later" buttons in addition to regular Submit buttons.
  • Updated translation files to contain some missing field validation strings.
  • Adjusted all references of "Mailing List" integrations to "Email Marketing".
  • Moved form behavior-related settings out of General Settings and into a new Form Behavior settings page.
  • Refactored edit submissions and edit element logic.

Fixes

  • Fixed a bug where the auto-scroll anchor inserted in Freeform forms could sometimes impact form styling. Added a display:none; inline CSS to the div.
  • Fixed a bug where the 'overrideValues' parameter does not apply to fields on pages after first page when AJAX is enabled.
  • FIxed a bug where the "loading" indicators for the submit button were not working in Safari.
  • Fixed a bug where spam reasons in the submission view page would show up as many times as there are pages when a multi-page form triggered spam blocking protection.
  • Fixed a bug where attempting to sort on Spam Reasons in the Spam folder would trigger errors. Sorting by Spam Reasons is disabled for now.
  • Fixed a bug where submitting an AJAX form a second time (whole new second submission) would always fail the spam test when the "Minimum Submit Time" setting was enabled.
  • Fixed a bug where Freeform would not display an error if the database table reached its limit.
  • Fixed a bug where the display of the page tabs inside the CP Submission detail pages were not compatible with Craft 3.7+.
  • Fixed a bug where the 3.11.0 permissions migration can trigger an error on the Craft Solo edition.
  • Fixed a bug where the Constant Contact integration would routinely trigger an authentication error in Freeform log.

3.11.13.1 2021-11-10

Fixes

  • Fixed a bug where multi-option field types would not display their selected options in edit mode.

3.11.13 2021-11-09

Fixes

  • Fixed a bug where Dynamic Recipients could run into performance issues when the options are populated by many Elements.
  • Fixed a bug where User accounts would not be created if the User Element Connection settings don't have any user groups checked.

3.11.12 2021-10-29

Additions

  • Added support for 'epub' mime type in file validation.
  • Added implements \Countable to the Form object to support Twig loop variables.
  • Added field definitions in TypeManager::prepareFieldDefinitions in GraphQL.

Fixes

  • Fixed a bug where Dynamic Recipients fields would not populate their existing value when editing submission on the front end.
  • Fixed a bug where the Constant Contact integration would incorrectly log failed connection checks.
  • Fixed a bug where entry reindexing would sometimes fail on cookie set.

3.11.11.1 2021-09-24

Fixes

  • Fixed a bug where the SharpSpring CRM integration wasn't working fully with custom fields.

3.11.11 2021-09-15

Changes

  • Updated the SharpSpring CRM integration to work with the latest API changes.

Fixes

  • Fixed a bug where Freeform could sometimes log an error for successful Stripe payments.
  • Fixed a potential issue with Stripe subscription payments.
  • Fixed a bug where multi-page forms were not clearing visual errors correctly (after correction) when using with AJAX.

3.11.10 2021-07-22

Fixes

  • Fixed a bug where sites using GMP and Stripe could run into issues when payment amounts included decimals/cents.
  • Fixed a bug where multipage Stripe Payment forms could not go back to the previous page unless credit card details were filled out.

3.11.9 2021-07-01

Additions

  • Added ability to display the Stripe credit card icon on Credit Card fields (with event.showCardIcon = true for the freeform-stripe-styling event).

Fixes

  • Fixed a potential performance issue with the Freeform services check (e.g. Update Notices, Purge Submissions, etc) by adding a dateCreated index for the freeform_lock table.
  • Fixed a bug where the new Pardot v5 integration could trigger a 400 error when posting data.
  • Fixed a bug where using the overrideValues parameter to set a value on a number field would not correctly handle decimals in some cases.
  • Fixed a bug where the "spam reasons" feature database table migration could error in some cases.

3.11.8 2021-06-23

Fixes

  • Fixed a bug where searching on submissions inside the Freeform CP could still sometimes trigger an error.
  • Fixed a bug where forms were not being correctly parsed within other element types when using GraphQL.

3.11.7 2021-06-21

Additions

  • Added an updated OAuth version of the Pardot integration to be compatible with the new API. Recommended replacement to anyone currently using the old Pardot integration.
  • Added support for custom date fields in the HubSpot integration.

Fixes

  • Fixed a bug where searching on submissions inside the Freeform CP could sometimes trigger an error.
  • Fixed a bug where entering an invalid path to the template folders that contain Formatting Templates and Email Templates could sometimes cause the settings page to crash.

3.11.6 2021-06-10

Fixes

  • Fixed a bug where adding contents to a Table field inside the form builder wouldn't work if you clicked the Table field in the list to add it to the layout.
  • Fixed a bug where the Purge Submissions feature was not removing the File Upload field type's actual file from the server.
  • Adjusted Hidden fields to no longer have a forced max length of 250 as a temporary workaround for those that have switched the field to TEXT in the database to collect longer data.

3.11.5 2021-06-03

Additions

  • Added support for mapping to custom fields and more standard fields in the Constant Contact integration.

Fixes

  • Fixed a bug where the form builder would still showing fields added to the layout (rather than removing them from the list).
  • Fixed a bug where the Zoho authentication check was partially flawed.
  • Fixed a bug where GraphQL form fields were not resolving the selected form.

3.11.4.1 2021-05-12

Fixes

  • Fixed a bug where the Stripe Payments integration could error if the BC Math PHP extension is not enabled on the server. Added a fallback for GMP and basic multiplication for calculating amounts.

3.11.4 2021-05-06

Fixes

  • Fixed a bug where some amounts could add 1 cent to the amount sent off to Stripe in the Payments integration.
  • Fixed a bug where the Status sort order select was not working in Postgres.

3.11.3 2021-04-29

Additions

  • Added a post validation check for form errors.

Fixes

  • Fixed a bug where the 3.11.0 user group permission migrations would not work correctly on setups with allowAdminChanges disabled.

3.11.2 2021-04-28

Additions

  • Added a new 'Freeform Script Insert Type' setting so you can now choose whether you want Freeform scripts loaded as static URLs, files, or inline.

Fixes

  • Fixed an issue where sites with server rules applied to JS and CSS files could cause Freeform forms to no longer submit correctly.
  • Fixed a bug where the 'Previous' button was not correctly going backward in Safari.

3.11.1 2021-04-22

Fixes

  • Fixed an issue with submissions and element indexing requests.

3.11.0 2021-04-20

WARNING

Freeform 3.11+ introduces changes to how its front-end scripts are inserted into pages (as static URLs). If you have server rules applied to JS and CSS files, you may run into issues. If this is the case, you can switch the behavior back to previous approaches ('As Files' introduced in 3.10 or 'Inline' as it worked previously before 3.10+). This is a new setting available in the General Settings of Freeform or with Project Config as scriptInsertType: files.

Additions

  • Added the ability to edit other Craft Elements, including special support for Craft Users.
  • Added the ability to map to Calendar Events with the Element Connections feature.
  • Added a full screen HTML & Twig and Rich Text editor inside the form builder.
  • Added the ability to update file-based email notification templates directly inside the CP (optional).
  • Added a migration tool for migrating from Database to File-based email notifications.
  • Added support for searching by submissions' field values in the CP Submissions index.
  • Added a toggle for showing field handles in the Conditional Rules feature selectors.
  • Added GraphQL support to the Forms fieldtype.
  • Added support for Freeform to track page movement in multi-page forms, allowing for robust movement when using the "Previous" button and Conditional Rules page skipping logic.
  • Added more granular submission viewing and management permissions. You can now set read-only permissions in addition to management permissions.
  • Added a setting that allows you to optionally restrict the Forms element field type to only show forms which the user has manage permissions for.
  • Added ability to load reCAPTCHA scripts (and checkbox field if using v2 Checkbox) only once the site visitor interacts with the form.
  • Added JSON export of a form instance for frontend frameworks (freeform.form('myForm').json).
  • Added export profile developer events, allowing the addition of custom exporters.
  • Added a developer event for modifying the AJAX response payload.

Changes

  • Reworked the way Freeform's JS and CSS are loaded by the plugin in front end templates. Developers can now also manually load the Freeform JS in templates with <script src="/freeform/plugin.js"></script> and the CSS (currently only applicable to the Opinion field type) with <link rel="stylesheet" href="/freeform/plugin.css">.
  • Updated Freeform's JS to no longer fetch field specific scripts if the fields aren't present in the form.
  • Updated Freeform's JS to no longer include excess polyfills.
  • Changed the automatic scroll anchor tag from <a> to <div> (when reloading the page for errors or loading the next page on non-AJAX forms).
  • Updated exporting to no longer export submissions flagged as spam (unless you're exporting directly from the Spam folder).
  • Updated the "Install Demo Templates" banner to be hidden automatically if the allowAdminChanges Craft config setting is enabled.

Fixes

  • Fixed a bug where searching on the CP Submissions index could sometimes trigger an error a column was missing.
  • Fixed a bug where Freeform would log a "Slug cannot be blank" error in the Freeform logs when a form is not fully submitted (triggers error/reloads form) with Element Connections.
  • Fixed a bug where changing the status of submissions from the CP Submissions index page would not work for user groups with the "Manage All Submissions" permission.
  • Fixed a bug where the 'OAuth Return URI' field would clear its value when creating a new integration, making it difficult to copy/paste during set up.
  • Fixed a bug where the Stripe Payments integration was not sending emails for charge success and failure events.

3.10.11 2021-03-25

Changes

  • Updated the egulias/email-validator dependency version requirements to include 3.x for compatibility with other plugins using it.

Fixes

  • Fixed a bug where changing the status of submissions from the CP Submissions index page would not work for user groups with the "Manage All Submissions" permission.
  • Fixed a bug where the Stripe Payments integration was not sending emails for charge success and failure events.
  • Fixed a bug where exporting submissions as XML could sometimes fail if it contained empty array field data.
  • Fixed a bug where the Freeform JS plugin init included automatic submit disabling that could potentially interfere with some site setups.

3.10.10 2021-03-15

Additions

  • Added a toggle for showing field handles in the Conditional Rules feature selectors.

Changes

  • Changed the automatic scroll anchor tag from <a> to <div> (when reloading the page for errors or loading the next page on non-AJAX forms).

Fixes

  • Fixed a bug where a source map loading error would occur in the browser console when loading Freeform forms.

3.10.9 2021-03-05

Additions

  • Added a setting to disable Search Index updating after each submission of a Freeform form.
  • Added developer events for manipulating Table fields.

Fixes

  • Fixed a bug where session data could sometimes not be written when no custom attributes were passed.
  • Fixed a bug where empty required File Upload fields could sometimes not show an error/halt the form.
  • Fixed a bug where creating new fields in the Field Manager would not show a clear error about a field handle already existing.
  • Fixed a bug where an error could sometimes be incorrectly logged for the Mailchimp integration.

3.10.8 2021-02-16

Additions

  • Added ability to include Twig in the Admin Recipients email textarea in the form builder (for more complex conditional notifications).
  • Added the possibility to re-subscribe people to Mailchimp.
  • Added customization options for the form auto-scroll feature (to account for floating navigation, etc).

Fixes

  • Fixed a bug where reCAPTCHA v2 Invisible would sometimes conflict with other scripts on the page and not work correctly.
  • Fixed a bug where the Payments subscription cancelation URL was not correct.

3.10.7 2021-02-08

Additions

  • Added ability to include Payment info when exporting submission data.

Fixes

  • Fixed a bug where Purge Submissions jobs would fail due to an issue with Guzzle 7.x on Craft 3.6.x.
  • Fixed a bug where the datepicker JS would load on all Date/Time fields regardless of their setting for using the built-in datepicker JS.

3.10.6 2021-02-04

Fixes

  • Fixed a bug where non-AJAX forms with an empty file upload field would trigger an error.

3.10.5 2021-02-02

Additions

  • Added support for Birthday field types in the Mailchimp mailing list integration.

Fixes

  • Fixed a bug where adding the sample formatting template through the CP was not working correctly.
  • Fixed a bug where the "Conditional Rules" editor in CP form builder would run off the screen on smaller screens.
  • Fixed a bug where File Upload fields might log errors in some rare cases.
  • Fixed an issue where the "What's New" dashboard feature could skip some updates that might be relevant in the future.

3.10.4 2021-01-26

Additions

  • Added a way to conveniently get a reCAPTCHA v2 Checkbox field instance from a manually constructed form with form.get('recaptcha').

3.10.3 2021-01-22

Fixes

  • Fixed a bug in the Export Profiles migration that prevented updating profiles with no date ranges set.

3.10.2.1 2021-01-18

Fixes

  • Fixed a bug where front end forms could display an error when loading in some rare cases.

3.10.2 2021-01-15

Additions

  • Added developer events for modifying included Freeform script tags and honeypot.

Changes

  • Updated HTML block fields in to no longer render Twig code inside the CP submissions view to prevent potential issues.

Fixes

  • Fixed a bug where Freeform was incompatible with Craft 3.4.x in some places and could error.

3.10.1 2021-01-14

Fixes

  • Fixed a bug where Freeform CP Widgets with charts were not loading the chart library.
  • Fixed a bug where creating new elements would not automatically update the Craft search indexes.
  • Fixed a bug where the Form Builder HTML editor would go outside of viewing area on smaller screens.
  • Fixed a bug where there were no valid mime-types for empty text file uploads.
  • Fixed a potential issue with Pardot accounts that don't have custom fields.

3.10.0 2021-01-05

Additions

  • Added support for GraphQL.
  • Added support for Google Tag Manager with AJAX.
  • Added the ability to specify a custom Payment description inside the form builder to show inside Stripe payments.
  • Added ability to specify a Text-only version of email notifications when using the template file approach ({# text #}{# /text #}).
  • Added the ability to render Twig in form layout HTML blocks, allowing for things like having users review entered data from previous pages, etc.
  • Added the ability to duplicate Email Notification templates.
  • Added the ability to delete all submissions at once (including paginated results) for a form.
  • Added a client-friendly stats-only Digest email option (in addition to the 'developer' one with alerts and notices).
  • Added the ability to choose between weekly or daily Digest email notifications.
  • Added the ability to choose which day of the week that the weekly digest is sent on.
  • Added a setting which lets you send Weekly Digest email notifications only on production environments (looking for 'production' environment name).
  • Added a post-install welcome / settings wizard to streamline and guide setting up new installs of Freeform.
  • Added the 'step' property setting to Number fields in form builder.
  • Added a built-in feedback widget to show only during beta releases for ease of reporting beta issues.
  • Added support for the Multi-select Picklist field type in the Zoho API integrations. (#72)

Changes

  • Updated AJAX to work with multipage forms.
  • Updated Payments to work with multipage forms.
  • Overhauled the Freeform Javascript plugin to be more robust, reworked the API to make it way more developer friendly. Made it easier for anyone to adjust or complement form functionality regardless of their particular site setup.
  • Updated Freeform to automatically generate Text-only versions when no Text-only version is specified in the email notification template.
  • Updated reCAPTCHA error logging to include better descriptions for failures.
  • Updated references to 'Composer' (Freeform's form builder) to 'Form Builder'.
  • Updated the settings page to have a new category for form builder-specific settings.
  • Updated email notification templates to automatically trim stray spaces for email fields.
  • Updated the Digest email notifications to account for new intervals, and updated the language of subject lines.
  • Updated the Weekly Digest and Email Alert email notifications to reference the custom plugin name (when specified) instead of 'Freeform' (Pro).
  • Updated the Weekly Digest email notifications' form names to link to submissions pages instead of form edit view.
  • Updated the CP Forms index to order forms alphabetically again (vs using the custom order specified on the Dashboard).
  • Updated the 'Disable Submit Button on Form Submit?' setting to be on by default for new installs.

Fixes

  • Fixed a bug where uploaded asset ID's weren't being set as the File Upload field value after upload.
  • Fixed autocomplete not being turned off on datepicker enabled fields.
  • Fixed a bug where the Active Campaign mailing list integration was not pulling in all mailing lists above 100.
  • Fixed a bug where the Mailchimp mailing list integration was not properly detecting duplicates when passing non-lowercase emails.
  • Fixed a bug where the Weekly Digest and Email Alert email notifications were not respecting the "testToEmailAddress" config setting.
  • Fixed a bug where textareas inside the CP Submissions detail view were unnecessarily escaping data.
  • Fixed a bug where Signature fields were redrawing incorrectly on high DPI displays.

3.9.11 2020-12-17

Fixes

  • Fixed a bug where the Active Campaign mailing list integration was not pulling in all mailing lists above 100.

3.9.10 2020-12-16

Additions

  • Added support for the Multi-select Picklist field type in the Zoho API integrations. (#72)

Fixes

  • Fixed a bug where textareas inside the CP Submissions detail view were unnecessarily escaping data.
  • Fixed a potential issue with the 3.9 migration that might affect a small number of customers.

3.9.9 2020-12-02

Fixes

  • Fixed a bug where older installs of Craft (3.5.9 and lower) could experience an error in the Forms and Fields CP index pages due to the truncate filter not existing yet.

3.9.8 2020-12-01

Fixes

  • Fixed a bug where the Dashboard submissions chart would include spam submissions.
  • Fixed a bug where the Dashboard submissions chart would not display correctly in Firefox.
  • Fixed a bug where the Active Campaign mailing list API integration was limited to fetching 50 mailing lists.
  • Fixed a bug where the Email Notifications CP page was not displaying the file name for file-based email notification templates.

3.9.7 2020-11-26

Fixes

  • Fixed a bug where reCAPTCHA was not working correctly with IE 11.

3.9.6 2020-11-20

Fixes

  • Fixed a bug where the Forms CP pages would error on sites using PHP 7.0.

3.9.5 2020-11-19

Fixes

  • Fixed a bug where the 'Previous' button was not working correctly in multi-page forms.
  • Fixed a bug where duplicating forms from the Forms CP index page was not working correctly.
  • Fixed a bug where duplicating forms was not retaining the user group permissions for Freeform.
  • Fixed a bug where the Weekly Digest email subject was showing a less useful date and used site name instead of system name.
  • Fixed a bug where the fieldIdPrefix parameter was not adding the prefix to the for attribute in the Honeypot field label.
  • Fixed a bug where users without permission to Export Profiles could still see the 'Export' button in the dashboard.
  • Fixed a bug where an empty tooltip would display when clicking the info icon for Update Notices and What's New features.
  • Fixed a bug where fields and forms with very long handle values could force other parts of their respective CP index pages out of view.

3.9.4 2020-11-13

Additions

  • Added the submission token to the AJAX response when submitting forms.

Fixes

  • Fixed a bug where Dynamic Recipients fields were not showing the new Commerce Products source option.
  • Fixed a bug where dismissing Update and What's New notices was not working on Craft versions below 3.5.0.

3.9.3 2020-11-12

Fixes

  • Fixed a bug where the 'getTestToEmailAddress' addition to Freeform would error on Craft versions below 3.5.0.

3.9.2 2020-11-11

Additions

  • Added support for mapping to Contact Tags in the ActiveCampaign Mailing List API integration.
  • Added a setting to Payments to disable passing of an email address to the Stripe receipt_email, which causes Stripe to automatically send their own email notification to the customer.

Fixes

  • Fixed a bug where the default Formatting Templates might show an extra success banner under certain circumstances.
  • Fixed a bug where the loading indicator feature was not working correctly on Payment forms.
  • Fixed a bug where declined or high risk Subscription payments were not correctly erroring on the front end.
  • Fixed a bug where some field errors were not being escaped.

3.9.1 2020-11-06

Additions

  • Added support for the 'testToEmailAddress' Craft config setting.

Fixes

  • Fixed a bug where sites using PostgreSQL would get an error when updating.
  • Fixed a bug where the Dashboard submissions chart was not considering current timezone.

3.9.0 2020-11-05

Additions

  • Added an 'Important Update Notices' area in the Dashboard that keeps you informed about issues that may specifically affect your site.
  • Added a 'What's New' area in the Dashboard that lets you know about new features available in the current version you've just updated to.
  • Added a 'Weekly Digest' email notification that will keep you in the loop about your website's Freeform form performance and status. It includes a snapshot of the previous week's performance and any logged errors and upgrade notices.
  • Added the ability to designate general success and error messages for each form inside the form builder.
  • Added settings in form builder for the ability to set and define 'Loading...' indicators on your submit buttons in forms.
  • Added setting to display a plugin badge for Freeform navigation menu. Choose whether to show the error/notice count, spam submission count, submission count when enabled.
  • Added ability to populate multi-option field types with Commerce Products.
  • Added options to set the reCAPTCHA 'Theme' (light/dark), 'Size' (normal/compact) and custom 'Error Message'.
  • Added ability to disable reCAPTCHA for forms at template level (use disableRecaptcha: true).
  • Added optional 'Reply-to Name' field for email notification templates to apply a name to the Reply-to email address.
  • Added $form->hasFieldType(string $type); better field type presence checking in forms.

Changes

  • Redesigned the Dashboard to be cleaner and now include a built-in notices and warnings area to provide you with more peace of mind as it keeps you informed about issues and new features that may specifically affect your site.
  • Updated Export Profiles to have more flexible date range options.
  • Updated demo templates and sample formatting templates to account for general success and error messages, as well as 'Loading' indicator and text if set inside the form builder.
  • Updated Signature images to be added as an attachment in email notifications if the 'Include Attachments' setting is enabled.
  • Updated Stripe payment data to have the ability to include the form handle in metadata.
  • Updated Payments behavior to no longer trigger email notifications, Element Connections, and API integrations when the payment is declined.
  • Updated the built-in Spam Folder to be enabled by default on new installs.
  • Updated Spam Folder individual submission view to include a 'Delete' button, and to have both the 'Delete' and 'Approve' buttons return you to the Spam Folder page for a more intuitive flow.
  • Updated reCAPTCHA v3 default error message to be more applicable to the context.
  • Updated the Pardot integration to include mapping to many other Pardot fields.

Deprecations

  • Deprecated the 'Reload form' option for the 'Spam Protection Behavior' setting. The Freeform settings interface will no longer show this option and we recommend you choose a different option. In the meantime, you can continue to use this setting by manually specifying it in your Project Config file.

Fixes

  • Fixed a bug where mapping the Stage inside field mapping would not override the Stage set inside the ActiveCampaign CRM integration settings.
  • Fixed a bug where AJAX submissions were not being reset in the form if editing a submission on front end.
  • Fixed a bug where Craft Solo users might notice an error when creating new forms.
  • Fixed a bug where very wide Table fields with many columns would overflow past the field layout in CP Submissions detail view.
  • Fixed a bug where the property editor column in the Composer form builder was clipping the top few pixels of text.

3.8.4 2020-10-07

Fixes

  • Fixed a bug where Freeform jobs would be created upon console request.

3.8.3 2020-10-05

Security

  • Fixed a potential security vulnerability.

3.8.2 2020-09-25

Changes

  • Updated all API integration settings to have the ability to use environment variables.

Fixes

  • Fixed a bug where Signature fields were not showing up in the Conditional Rules feature.
  • Fixed a bug where editing submissions on the front end could be unreliable in rare cases, causing duplicate submissions to be created.
  • Fixed a bug where having different statuses set for multiple instances of the same form in the same template would not work correctly.
  • Fixed a bug where the Freeform Craft 3 migration could error when trying to migrate from very old versions of Freeform 1.x.
  • Fixed a bug where older legacy data from Dynamic Recipients fields might not show up correctly in exports.
  • Fixed a bug where Freeform status color styles might not show up correctly in edge cases.

3.8.1 2020-09-09

Fixes

  • Fixed a bug where the Submissions Purge and Unfinalized Assets Purge jobs were not taking into account timezones, and could also sometimes get stuck in pending status.
  • Fixed a bug where selecting "Allowed File Kinds" checkboxes in File Upload fields were no longer working.
  • Fixed a bug where the Craft Campaign integration was not performing a duplicate contact check correctly and also not taking into account double opt-in settings.

3.8.0 2020-08-31

Additions

  • Added an Email Alert feature! It allows you to automatically send an email notification alerting the email address(es) specified when an email notification cannot be delivered. Very helpful for catching some website/email issues early.
  • Added Pipedrive Leads integration (previous Pipedrive integration is now named Pipedrive Deals).
  • Added ability to set a formatting template for a form at template level (e.g. formattingTemplate: 'template-name.html').
  • Added Purge console commands for manually purging submissions, spam folder submissions and unfinalized Assets.

Changes

  • Updated reCAPTCHA to now work robustly with multi-page forms. Previously, you could not click the 'Previous' page button if reCAPTCHA v2 Invisible or v3 were enabled.
  • Updated the Conditional Rules feature to no longer validate and store data of fields that are hidden by the feature.

Fixes

  • Fixed a bug where the Submissions Purge and Spam Folder Purge features were not reliably working. Switched them to now use Craft jobs. Added more time interval options as well.
  • Fixed a bug where API integrations in the dropdown list were not being sorted alphabetically.

3.7.5 2020-08-27

Fixes

  • Fixed a bug where data of the chosen option of a field being populated with Craft Entries or other elements was no longer being included in email notifications and the Submission object in templates.
  • Fixed a bug where selecting a user group option in the User Element Connection feature was no longer working.

3.7.4 2020-08-13

Changes

  • Updated the symfony/property-access and symfony/finder requirements to allow v5.x.

Fixes

  • Fixed a bug where users/groups with the "Manage All Submissions" permission would see an error when viewing CP Submissions index.
  • Fixed a bug where the CP Submissions index chart was including submissions from all forms including ones a user/group doesn't have access to.
  • Fixed a bug where allowing a submission from the Spam Folder would not carry over any updates to the Title and Status.
  • Fixed a bug where Date fields were not able to be mapped to with the HubSpot API integration.

3.7.3 2020-08-12

Changes

  • Updated the symfony/filesystem requirement to allow v5.x.

3.7.2 2020-08-11

Additions

  • Added the ability to access the newly created Craft Elements in email notification templates when using the Element Connections feature.

Fixes

  • Fixed a bug where Spam keyword blocking was not correctly working with cyrillic characters.
  • Fixed a bug where Radio fields with an option that contained an & symbol and set to be the default choice, would not render in the template as selected.
  • Fixed a bug where Datepicker localization wasn't respecting 4-character language codes.
  • Fixed a bug where user/group permissions were not correctly removing form category options in the Submissions CP index.

3.7.1 2020-07-24

Changes

  • Updated the "Automatically Scroll to Form on Errors and Multipage forms?" feature/setting to no longer automatically insert an anchor at the top of the form if the setting is disabled.
  • Optimized the Quick Export feature to only post selected form export preferences.

Fixes

  • Fixed a couple of compatibility issues with Craft 3.5+.
  • Fixed a bug where the Bootstrap 4 formatting template used col-xs-12 instead of col-12.

3.7.0 2020-07-03

Additions

  • Added more granular User permissions for form management. New permissions for Creating New Forms, Deleting Forms and per form management.
  • Added a setting to Payments integrations that allows you to suppress email notifications and API integrations if the payment fails.

Changes

  • Updated the status form parameter to allow updating of status upon editing of submissions in the front end.
  • Updated the Salesforce Lead CRM integration to allow mapping to relationship fields and subsquently the Lead Record Type field.
  • Updated the POST Forwarding feature to pass along IP address as well.
  • Updated uploading of images with EXIF rotation data to now correctly rotate the images upon upload.

Fixes

  • Fixed a bug where installing the Demo Templates could result in a Undefined index: uriParts error for some users.
  • Fixed a bug where the Export Profile setting column in the database could be too small and result in an error.
  • Fixed a bug where the SharpSpring CRM integration was not working correctly for mapping to custom fields.
  • Fixed a bug where removing a Payments setup from a form would not remove all traces and error on the front end when submitting the form.
  • Fixed a bug where clicking on Form filters in the Submissions index page would not update the URL to contain the handle.
  • Fixed a bug where the Mailchimp mailing list integration Contact Tags were not being updated when submitting a submission.

3.6.12 2020-06-11

Changes

  • Updated the Zoho Lead and Deal CRM integrations to be simpler and correct a connection issue. You may need to recreate the integration inside Freeform settings if it doesn't begin to work immediately.

Fixes

  • Fixed a bug where Radio fields were not loading the required attribute when the useRequiredAttribute: true parameter was set.
  • Fixed the freeform.loadFreeformScripts() function to no longer load multiple instances of the same scripts in some cases.

3.6.11 2020-06-04

Fixes

  • Fixed a bug where the refresh token was not fetching for the Constant Contact mailing list integration.

3.6.10 2020-06-03

Changes

  • Optimized data stored in session as well as introduced a hard limit on active form session instances.

Fixes

  • Fixed a bug where Salesforce Contact Tasks for the Leads integration were not being assigned the correct Salesforce user.
  • Fixed a bug where campaigns may not be able to be mapped correctly to the Pardot API integration.

3.6.9 2020-05-21

Additions

  • Added ability for the Salesforce Lead API integration to optionally have submissions converted to Salesforce Contact Tasks for existing Contacts if the email address matches.

Changes

  • Updated the reCAPTCHA v2 Invisible and v3 spam protection features to optionally be enabled per form. Also now automatically disable reCAPTCHA on Payments enabled forms to prevent conflicts between reCAPTCHA and Stripe.
  • Updated the reCAPTCHA v2 Checkbox feature to no longer have ability to make it bypass error and send to Spam Folder.

Fixes

  • Fixed a bug where an error would show from Pardot about fields that aren't objects.
  • Fixed a bug where error messages from Craft for image uploads would trigger an error on htmlentities() method.

3.6.8 2020-05-14

Additions

  • Added Pardot CRM integration.
  • Added ability to map GDPR consent / marketing settings to Mailchimp contacts.
  • Added ability to map Tags to Mailchimp contacts.
  • Added AFTER_UPDATE and BEFORE_UPDATE events to the submission save action.

Changes

  • Updated the ActiveCampaign integration to have a maximum limit of 50 mailing list instead of the default, 20.
  • Updated the fieldIdPrefix parameter to apply itself to Honeypot field ID's as well.
  • Updated Freeform Payments feature to log more detailed failure reasons in control panel.
  • Updated the MIME type security check on file uploads to include OpenDocument file type extensions.
  • Updated the Craft Campaign plugin mailing list connection in Composer to display and work with available mailing lists across multi-sites.
  • Updated the Constant Contact integration to no longer fail when a duplicate email address is submitted to it. Instead, it'll update the existing contact in Constant Contact, and allow for assignment to more than 1 mailing list.

Fixes

  • Fixed a bug where the Phone field error message (when no validation pattern is set) was not translatable.
  • Fixed a bug in the Tailwind example formatting template where a space was missing between some field classes.
  • Fixed a bug where the new Constant Contact integration would display an Unauthorized error in error log every day.

3.6.7 2020-04-17

Additions

  • Added developer events for Stripe Payments to modify the default description of payments in Stripe.
  • Added a hook for other plugins to include info in the CP submission edit view.

Changes

  • Updated Freeform to be compatible with PHP 7.4.
  • Updated the Constant Contact mailing list integration to use the new v3 API. The old v2 API option is now deprecated and still works for legacy.
  • Updated the POST Forwarding feature to also include the CSRF token, submission ID, submission token, and submission title.

Fixes

  • Fixed a bug where the submissions chart on the CP Submission index page was not correctly localizing.
  • Fixed a bug where Stripe Payment success/fail email notifications were not working.
  • Fixed a bug where using Stripe Payments and reCAPTCHA v3 together on a form would sometimes double-submit the form.
  • Fixed a visual issue with long option names on fields in the Conditional Rules area in Composer form builder.
  • Fixed a bug where removing rows for Table fields on front end in IE 11 would not work correctly.
  • Fixed a bug where Composer could give a deprecation notice about Code Packs.
  • Fixed a bug where there was no translation for "Tried uploading {count} files. Maximum {max} files allowed." front end error.

3.6.6 2020-04-01

Changes

  • Updated file uploading to check mime type to help prevent possible security issues (e.g. stops .txt files being renamed to .jpg).
  • Updated Freeform Payments feature to use the Stripe PHP 7 library dependency, allowing for PHP 7.4 support.

Fixes

  • Fixed a bug where the Predefined Assets feature was not working correctly.
  • Fixed a bug where Table fields with many columns would distort the Composer form builder interface.
  • Fixed a bug where adding rows for Table fields on front end in IE 11 would not work correctly.
  • Fixed a bug where submitting forms containing reCAPTCHA v3 on IE 11 would not work correctly.
  • Fixed a bug where a JS error would occur when creating/editing CRM integrations.

3.6.5 2020-02-27

Fixes

  • Fixed a bug where Relation fields were not able to be mapped to with the Element Connections feature.
  • Fixed a bug where field variables could not be used in CC and BCC fields of email notification templates.
  • Fixed a bug where changing User groups (selecting different ones after the fact) for Element Connections would clear out existing field mapping.
  • Fixed various display/visual issues in Composer form builder under certain circumstances.
  • Fixed a bug where having more than 1 file upload field in a form and using the built-in AJAX would not display validation errors correctly in some cases.

3.6.4 2020-02-21

Fixes

  • Fixed a bug where Quick Export was not working for some customers.

3.6.3 2020-02-19

Additions

  • Added Spam Reasons feature for the Freeform Spam Folder. It will now log the reason Freeform considered the submission to be spam and placed in the Spam Folder.

Changes

  • Updated the POST Forwarding feature to now convert Email Address field data a string value instead of array.

Fixes

  • Fixed a bug where the API integration queue database table for spam submissions had an incorrect unique index.
  • Fixed a bug where Freeform would perform a numeric check on field hashes, and would cause issues if the hash resembled number notations.
  • Fixed a bug where Freeform form cookies were being set to expire in 50 years instead of 1 year.
  • Fixed a bug where the Quick Save button in Composer was getting incorrect positioning on smaller screens.

3.6.2 2020-02-04

Changes

  • Updated Composer form builder to now have floating/locking columns, as it did prior to 3.6 UI update.
  • Updated Payments integration to automatically map Email field mapping to Stripe's reciept_email field in addition to its email field, in order for Stripe to send email notification receipts to successful payments.

3.6.1 2020-01-29

Fixes

  • Fixed a bug where the Save button inside Composer form builder would disappear when changing a form's name.
  • Fixed a bug where API integrations would cause the Composer form builder to not load and/or display JS errors.
  • Fixed a bug where email notifications would not send if using the Relations feature and including the related element inside the notification template.
  • Fixed a bug where Dynamic Recipients fields were not always exporting as the email address value when using Quick Export.

3.6.0 2020-01-23

WARNING

Freeform 3.6+ is now only available for Craft 3.4+, as this update includes various Craft 3.4+ compatibility fixes and changes. Also, existing Zoho CRM users will need to update and reauthorize their integrations due to a change made for better compatibility with European accounts.

Changes

  • Updated Freeform for compatibility with Craft 3.4+.
  • Made various improvements and changes to the Composer form builder UI.
  • Updated the way Freeform checks for old 2.x versions of its dependencies so it won't break installs.
  • Changed the Zoho CRM integrations to now require manual setting of Access Token URL and API Root URL for compatibility with European accounts. Existing Zoho CRM users will need to update and reauthorize their integrations.

Fixes

  • Fixed a bug where using reCAPTCHA v3 and having more than 1 form loaded in the same page would display JS errors.
  • Fixed a bug where Composer and the front end could error if setting to hide default formatting templates was enabled, and there are no custom formatting templates available.

3.5.10 2020-01-14

Changes

  • Updated the Date & Time field type to no longer include the autocomplete attribute by default.

Fixes

  • Fixed a bug where the File Upload field type would not correctly display validation errors with built-in AJAX.
  • Fixed a bug where Stripe payments that contained decimals values would lose 1 cent in the transaction.
  • Fixed a bug where the Freeform error log could sometimes not display the correct dates.
  • Fixed a bug where using the Predefined Assets feature could cause the email notification template and form to fail in some cases.
  • Fixed a bug where the "Export as CSV" feature for submissions was ordering field columns by field ID instead of matching the Composer layout order.
  • Fixed a bug where Placeholders for fields were not translatable.
  • Fixed a bug where you could not select a formatting template if only 1 was available.

3.5.9 2020-01-02

Changes

  • Updated reCAPTCHA settings to have the ability to use environment variables.
  • Updated email notification templates to have more settings with the ability to use environment variables.

Fixes

  • Fixed a bug where the GET Query String feature was not working correctly for single checkboxes.
  • Fixed a bug where error messages on radio or checkbox group fields were not displaying correctly when options are displayed on a single line and using the built-in AJAX feature.
  • Fixed a bug where filtering the submissions overview in the CP by status (e.g. pending or closed), would return a 500 error in some cases.

3.5.8 2019-12-16

Additions

  • Added POST Forwarding feature, allowing your forms to automatically submit an extra POST to pass off submission data to an external API URL upon successful submit and validation of a form.

Fixes

  • Fixed a bug where Stripe payment forms would fail if a declined credit card was used.

3.5.7 2019-12-11

Additions

  • Added Tailwind CSS formatting template to the built-in example options. Due to the nature of Tailwind, this likely won't be useable as-is for most customers, but will serve as a good starting point for creating your own. If you have any suggestions on how we can improve upon this template, please let us know. 🙂

Fixes

  • Fixed a bug where the 'Disable Submit Button on Form Submit' feature was not working correctly.

3.5.6 2019-12-09

Security

  • Fixed a potential security vulnerability with submitting of forms.

Fixes

  • Fixed a bug where reCAPTCHA v2 Invisible and v3 was breaking built-in AJAX submitting.
  • Fixed a bug where Min Date and Max Date settings for Date & Time fields could error incorrectly in some cases.

3.5.5 2019-12-04

Additions

  • Added allFieldsAndBlocks to email notification templates, which does the same as allFields but includes HTML blocks and Rich Text blocks as well.

Changes

  • Updated Freeform's Composer-based attributes settings for fields and forms to no longer allow Twig parsing.

Fixes

  • Fixed a bug where reCAPTCHA v3 was not working correctly.
  • Fixed a bug where Table fields would not generate additional rows correctly if there was only a single column.
  • Fixed a bug where the submissions chart in the Submissions CP index page was not correctly factoring in timezones.

3.5.4 2019-11-14

Fixes

  • Fixed a bug where Table field types could not be shown/hidden with Conditional Rules.
  • Fixed a bug where Dynamic Recipients fields would not map to API integrations correctly.
  • Fixed a bug where granting users/groups permissions to manage specific forms would not allow them to delete submissions.
  • Fixed a bug where allowing spam submissions would error if the email notification template uses a layout.
  • Fixed a bug where the multi-page form currentPage property was resetting to 0 if page reloaded due to error, etc.
  • Fixed a bug where the CP individual submission page was not showing/hiding fields based on Conditional Rules.
  • Fixed a bug where the CP individual submission page was showing and validating reCAPTCHA.
  • Fixed a bug where field options populated by Entries that are of a Structure type could not be sorted by their correct hierarchy.
  • Fixed a bug where setting an incorrect IP address field value for the HubSpot integration would not log an error to the log.

3.5.3 2019-10-24

Additions

  • Added Zoho Leads and Zoho Deals CRM API integrations (Pro).
  • Added 'Minimum Submit Time' and 'Form Submit Expiration' form submit control settings to help fight spam or other use-cases.

Fixes

  • Fixed a bug where using reCAPTCHA v2 Invisible would break form submitting in some cases.
  • Fixed a bug where you could get an internal server error when someone uploaded a 0 byte file attachment.

3.5.2 2019-10-18

Fixes

  • Fixed a bug where using Microsoft Edge browser would sometimes create duplicates when the user submitted a form.

3.5.1 2019-10-01

Fixes

  • Fixed a bug where submissions were falsely being flagged as spam when a custom Honeypot field name was not set.
  • Fixed a bug with a navigation permission check on Export Profiles.

3.5.0 2019-09-25

Additions

  • Added Table field type, which allows users to enter repeating data rows into predefined columns (Pro).
  • Added Invisible field type, which allows you to collect hidden data in form submissions without a hidden field being present in the template source code (Pro).
  • Added 'Custom Honeypot Field Name' and 'Custom Honeypot Failed Error Message' settings for Freeform's built-in spam protection.

Changes

  • Updated File Upload fields to now allow custom subfolder paths. You can also dynamically build subfolder paths with form.handle, etc.
  • Updated the Users Element Connection to allow assigning users to multiple user groups.
  • Updated Freeform to show an error message if the old Freeform Pro 2.x plugin (which should be uninstalled) is still installed after an upgrade from Freeform 2.x to 3.x. Please follow the Upgrading from Freeform 2.x guide for proper upgrading from 2.x to 3.x.
  • Adjusted the Craft element toolbar in CP Submissions index to no longer include Export button (as Freeform includes other and better export options, and this approach would not work correctly).

Fixes

  • Fixed a bug where submissions that are flagged as spam would not keep the attached file(s) submitted with it.
  • Fixed an incompatiblity issue with the Scout plugin and potentially other plugins.
  • Fixed several IE 11 compatibility bugs with special field types.

3.4.1 2019-09-16

Changes

  • Updated the Signature fieldtype to also include ability to style the signature pad/square and pen size, color, etc, inside Composer.

Fixes

  • Fixed a bug where the Webhooks create/edit page was not showing options for the Type setting.

3.4.0 2019-09-12

Additions

  • Added Signature fieldtype that allows users to handwrite signatures inside forms (Pro).

3.3.3 2019-09-11

Additions

  • Added new freeform.loadFreeformScripts() function that allows you to manually insert Freeform's JS in the template.
  • Added the ability to check if the multi-page 'Previous' submit button was pressed in the Freeform JS plugin on submit callback.

Changes

  • Updated the Infusionsoft API integration to allow multiple tags to be assigned.
  • Updated the Infusionsoft API integration to work with 'Whole Number' and 'YesNo' field types.

Fixes

  • Fixed a bug where using the User Element Connections feature would not work correctly if using a multi-page form and the Password field was on a page other than the last.

3.3.2 2019-09-05

Fixes

  • Fixed a bug where a migration was causing the Payments intervalCount database table column to not allow null, which would trigger errors when submitting the form.
  • Fixed a bug where editing submissions on the front end was not remembering updated choices when the form reloaded after triggering errors.
  • Fixed a bug where error styling on inputs were not checking for actual changes to the field value before removing error styling when using with AJAX.
  • Fixed a bug where the submission ID was no longer be returned on AJAX calls.
  • Fixed a bug where the Payments SCA popup was not being triggered in Firefox.
  • Fixed a bug where IP address collecting was not as reliable.

3.3.1 2019-08-21

Fixes

  • Fixed a bug where the return URL was not present in AJAX responses.
  • Fixed a bug where rating and single checkbox fields were losing their values when being updated in the CP.
  • Fixed a bug where updating submissions status from CP index or front end editing would clear submission Notes.

3.3.0 2019-08-20

WARNING

This update includes a large change to the Stripe Payments integration to support the Strong Customer Authentication (SCA) changes to the Stripe API. Please read changelog carefully and review notes in the Freeform Payments documentation to see what possible breaking changes might affect your forms and/or form flow.

Additions

  • Added Notes feature for submissions. Allows you to add private notes when updating a submission inside the control panel.

Changes

  • Updated the Stripe Payments integration to support Strong Customer Authentication (SCA) changes to the Stripe API. The new EU rule comes into effect on September 14, 2019, so any site based in the EU or accepting payments from EU customers will be affected and need to update to Freeform 3.3+ in order to prevent payments from being declined. Due to some limitations with the API and making things work with Freeform, there are some new limitations that may be breaking changes to your form and/or form flow. Please refer to the Freeform Payments documentation for more information.

Fixes

  • Fixed a bug where the Honeypot input field contained the "aria-hidden" attribute twice.

3.2.5 2019-08-09

Additions

  • Added German translations.

Security

  • Fixed a potential security vulnerability with textarea fields.

Fixes

  • Fixed a bug where the overrideValues parameter was not correctly setting defaults for checkboxes, checkbox groups, radios and select fields.
  • Fixed a bug where the Craft Campaign plugin mailing list integration was not available to setup.
  • Fixed a bug where soft deleted Section Entry Types were showing as options in the Element Connections feature.
  • Fixed a bug where elements were not being deleted via the Service method.

3.2.4 2019-08-01

Changes

  • Updated the HubSpot integration to perform duplicate checks on Contacts and Companies and update them accordingly.
  • Updated the Salesforce Opportunity integration to perform an additional duplicate check option (check on email address and email domain/website only instead of names) on Contacts and Accounts and update them accordingly.
  • Updated the HubSpot and Salesforce Opportunity integrations to have settings that allow checkbox group data to append additional values on updating of Contacts and Companies/Accounts instead of replacing the value.

Fixes

  • Fixed a bug where the date picker wouldn't load for Date fields when loading more than 1 form in the same page.

3.2.3 2019-07-23

Additions

  • Added support for populating Dynamic Recipients field options with Craft Element data.

Changes

  • Updated Conditional Rules to allow fields to be dependant on Hidden fields as well.
  • Updated the Date & Time field type to no longer have the "Lowercase AM/PM?" settings for Date Picker.

Fixes

  • Fixed a bug where loading more than 1 of the same form in the same template would not work correctly with built-in AJAX. Be sure to specify id parameter so the ID is unique for each form.
  • Fixed a bug where some settings-related migrations might error for some users.
  • Fixed a bug where exporting with Firefox would not include file extensions for all data types.
  • Fixed a bug where Credit Card fields were not working correctly in IE 11.
  • Fixed a bug where the email notification template subject was encoding quotes, apostropies, etc.
  • Fixed a bug where Mailing List fields were missing their icon in Composer.

3.2.2 2019-07-17

WARNING

This update includes a change to the default loading of the Date & Time field type date picker. If you're using this field type in your custom templates (default sample ones have been updated), please be sure to review and/or remove the addEventListener("flatpickr-ready"... JS code from your templates.

Additions

  • Added a Default Formatting Template general setting, allowing you to set the default formatting template for all new forms.
  • Added a Before Initialization developer event for Date & Time field type date picker.

Changes

  • Updated the Date & Time field date picker to no longer use static: true (which then loaded a special wrapper element that needed to be styled). This may be a breaking update for your templates, so be sure to review your templates if using this field type, and remove the addEventListener("flatpickr-ready"... JS code from your templates (default sample formatting templates have been updated).
  • Updated the Notifications service to be accessible via Twig as craft.freeform.notifications.allNotifications.

Fixes

  • Fixed a bug where Freeform's error log would show Cannot send session cookie errors in Craft 3.2+.
  • Fixed a bug where the Date & Time field type date picker may not correctly load correctly for alternative locales.
  • Fixed a bug where creating Export Profiles for forms that contained a number in the handle would error.
  • Fixed some bugs in the Infusionsoft CRM API integration.

3.2.1 2019-07-11

Changes

  • Updated Settings area to continue to allow access to API integrations, Statuses and Error Log when the Craft allowAdminChanges setting is false (as the aforementioned areas are not true settings available to project config, etc).

Fixes

  • Fixed a bug where the Date & Time field datepicker was not loading other locales when specified.

3.2.0 2019-07-09

Additions

  • Added ability to automate relating of Freeform submissions to other Craft Elements, thus allowing robust comment, ratings/reviews, sign-up forms, and more! (Pro)
  • Added Zapier and generic Webhooks integrations (Pro).
  • Added ability to have page skipping in Conditional Rules feature skip to a complete submit.
  • Added ability to add and remove files to submissions inside the control panel.
  • Added ability to orderby and sort Element data populated into Freeform fields.
  • Added ability to suppress webhooks.

Changes

  • Updated Slack Webhooks section in Settings to now just be in a consolidated section called 'Webhooks' with the option to use Slack (and Zapier, etc) as a type.
  • Updated Freshdesk integration to have more improvements such as mapping off file attachments.
  • Improved Submissions object template markup for automated rendering of field data to be more intuitive. No longer need to use fieldMetadata and can use submission[field.handle] instead of attribute(submission, field.handle).

Fixes

  • Fixed a bug where loading more than one form with reCAPTCHA would not work correctly.
  • Fixed a bug where the Stripe Webhook URL was not working correctly and would generate a 404 error.
  • Fixed a bug where editing multi-page submissions with Conditional Rules page skip triggered would erase skipped page data.
  • Fixed a bug where the includeAttachments setting in email notification templates was not working.
  • Fixed a bug where unchecking a checkbox when editing a form submission would continue to leave checkbox value as checked.

3.1.0 2019-06-28

Additions

  • Added suppress parameter that allows template-level suppression of email notifications, API integrations and Element Connections feature. Can be used for any reason, but more commonly used for editing existing submissions on front end.
  • Added Freshdesk CRM (helpdesk) API integration (Pro).
  • Added Infusionsoft CRM API integration (Pro).

Fixes

  • Fixed a bug where user registration forms (Element Connections) were not handling email activation process correctly.
  • Fixed a bug where Payments forms would not work correctly if the dynamic amount value field was on a different page from the Stripe credit card fields in a multi-page form.
  • Fixed a bug where using Export Profiles with PostgreSQL would return an error.

3.0.6 2019-06-26

Fixes

  • Fixed a bug where a migration could error for some customers using PostgreSQL.
  • Fixed a bug where OAuth-based integrations were not connecting properly.

3.0.5 2019-06-25

Fixes

  • Fixed a bug where Stripe credit card fields were not working in front end templates.
  • Fixed a bug where single checkbox fields weren't able to map to a Craft checkboxes field when using Element Connections feature.

3.0.4 2019-06-25

Fixes

  • Fixed a bug where the Element Connections feature would error when using a multi-option field that was required on Freeform's side.
  • Fixed a bug where the Empty Option Label feature with predefined/element data options was not refreshing the value between selecting different fields.
  • Fixed a bug where customers using more recent versions of PHP 7 would see a setcookie() expects parameter 3 to be integer, float given error.

3.0.3 2019-06-21

Additions

  • Added Active Campaign CRM API integration (Pro edition).
  • Added a setting to have the "Enable AJAX" feature checked by default for all new forms.

Changes

  • Updated Honeypot field to ensure screen readers don't see it and it can't be tabbed to, etc.

Fixes

  • Fixed a bug where using a Freeform field to generate the Reply-to, CC, and BCC fields that didn't contain a value (empty from submission) would cause the email notification to fail.
  • Fixed a bug where editing a form submission on the front end would not automatically update the submission title.

3.0.2 2019-06-18

Fixes

  • Fixed a bug where the Freeform 3 migration had some incorrect foreign keys for some Pro and Payments database tables when upgrading from v2 Lite.
  • Fixed a bug where a migration was not compatible with PostgreSQL.
  • Fixed a bug where filtering submissions by status in templates would return an error.
  • Fixed a bug where the Element Connections feature would error when mapping to an entry section that did not have the primary site enabled for it.
  • Fixed a bug where single checkbox fields would always be checked by default when placed in multipage forms on page 2 or greater.
  • Fixed some very minor visual errors in sample formatting templates.

3.0.1 2019-06-14

Fixes

  • Fixed a bug where some update migrations were failing when the allowAdminChanges Project Config setting was set to false.
  • Fixed a bug Hidden fields were not always showing up in CP Submission view.
  • Fixed an issue where style overrides in sample and demo templates may not always work, depending on what the Javascript Insertion Location setting is set to.
  • Fixed a bug where the Freeform 3 migration was missing some meta columns from Pro and Payments database tables when upgrading from v2 Lite.
  • Fixed a few minor regression bugs for notification template and formatting template path settings.

3.0.0 2019-06-11

WARNING

This is a larger and more complex update than usual, and there's a higher chance of a failed update attempt happening. Please ensure you have a recent database backup, and we recommend you test the update on a local/staging environment before updating your production server. Please follow the Upgrading from Freeform 2.x guide.

Additions

  • Added support for editing submissions (Pro).
  • Added Slack Webhooks API integration (Pro).
  • Added support for reCAPTCHA v2 Invisible and v3 (Pro).
  • Added ability to choose failed reCAPTCHA behavior (show error or send to Freeform Spam Folder).
  • Added Opinion Scale field type (Pro).
  • Added Rich Text block special field to allow for easier managing of content inside form layouts (Pro).
  • Added support for searching on fields in freeform.submissions function (fieldSearch).
  • Added Excel exporting option (Pro).
  • Added ability to limit submissions to 1 per user per form (Pro).
  • Added support for GET query strings filling fields with values.
  • Added CC and BCC fields in email notifications.
  • Added Plain Text email notification template options.
  • Added ability to predefine Assets to attach to all emails sent from an email notification template (e.g. a ticket PDF or instructions document, etc) (Pro).
  • Added support for using environment variables inside email notification templates.
  • Added EVENT_BEFORE_VALIDATE, EVENT_AFTER_VALIDATE, EVENT_BEFORE_CONNECT, EVENT_AFTER_CONNECT developer events for Element Connections feature.
  • Added Resources area in control panel for quick access to docs/support/feedback, etc.

Changes

  • Consolidated Lite, Pro and Payments plugins into a unified Freeform plugin with editions.
  • Combined Freeform Payments into the Pro edition of Freeform.
  • The following features are no longer be available in the Lite edition of Freeform (but available in Pro): Element Connections (mapping to Craft Elements)/ building of User Registration forms, Confirm and Password field types, retroactively resend email notifications, automatically purge submission data, accept Payments with Stripe (requires Pro now) and rename the plugin in CP. Support for reCAPTCHA v2 Checkbox was added to the Lite edition.
  • Updated Freeform to use a unified JS plugin to handle all built-in JS. Plugin is extendable too, allowing for easier overriding of defaults.
  • Updated the Freeform JS Honeypot to now be regular Honeypot with optional JS enhancement feature (to work the same way).
  • Updated Phone, Website and Number field types to default to rendering as corresponding type attribute (e.g. tel, url, number).
  • Updated Canadian Provinces predefined field data to include French and Bilingual options in addition to English.
  • Improved Element Connections feature to be more robust and handle mapping of data better.
  • Updated User Element Connection feature to have option to suppress User Activation email notification for those that wish to Admin activate only.
  • Updated User Element Connection feature to allow all user groups, including ones that have access to Craft CP.
  • Updated the Freeform Javascript Insertion Location setting to include option to not load it at all (and have the user load it manually).
  • Adjusted built-in AJAX feature to automatically remove error styling on blur once a user enters a new value/option.
  • Overhauled Freeform demo templates to be simpler and easier to use / understand.
  • Updated carbon dependency to ^1.22.1|^2.19 for better compatibility with other plugins, and to reduce the chances of seeing deprecation notice.
  • Various visual improvements to Composer interface and throughout CP.

Fixes

  • Fixed a bug where the Purge Submissions feature was not also removing associated Assets.
  • Fixed a bug where using AJAX and uploading files was keeping Asset files stored even when the form errored.
  • Fixed a bug where soft-deleted submissions were being included in exports.
  • Fixed a bug where using Radio field type with Freeform Payments forms (for amount) were not working correctly.
  • Fixed a bug where Rating field stars sometimes looked plumper than they should in the CP.