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 a default minimum value for dynamic amount fields in Stripe forms to prevent the Stripe field from failing to load.
Updated the CSRF Token Refresh Method setting to default to Once Per Page View when Craft's Async CSRF Inputs setting is enabled.
Fixed
Fixed an issue where field references could fail to resolve during form field hydration if the referenced field appeared later in the form layout. This could affect Stripe forms using dynamic amount fields.
Fixed an issue where the CAPTCHA script loader could fail to render when multiple forms appeared on the same page.
Fixed an issue where queued notifications did not work when submission data was not being stored for a form and notifications were triggered via CLI.
Fixed an issue where dependent/nested field types were not recognized by the Freshdesk integration.