You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an overload for forms to create an entirely separate instance with its own configurations that can be overridden. This will help with the issue of form attributes duplicating in some cases.
Added check for runQueueAutomatically to the Diagnostics page to help with troubleshooting.
Fixed
Fixed a bug where form attributes could duplicate when loading the same form more than once in the same template.
Fixed a bug where the Stripe Link and US Bank Account icons were not present in the control panel.
Fixed a bug where the duplicate email address check was not working correctly with encrypted fields.
Fixed a bug where relating Freeform submissions to elements was not working in Craft 5.
Fixed a bug where Freeform was using \yii\di\Container as a constructor dependency.
Fixed a bug where the bundle loader could crash if a cached class was found in the class map.