3.0.0-beta.19
Pre-release
Pre-release
·
1558 commits
to craft-5
since this release
Added
- Added
Address 1andAddress 2to field mapping for Klaviyo integration. - Added
useEmailTemplateForFieldVariablesplugin setting to enforce field variables to use their email template. This is opt-in behaviour until Formie 3. - Added the ability to override “All Form Fields”, “All Non Empty Fields” and “All Visible Fields” variables with Email Notification templates.
- Added
isFinalPagein JSON response for Ajax-based forms.
Changed
- Updated SharpSpring integration to not require the Form URL, and improve instructions.
- Updated English translations.
- Date fields now return date settings (
defaultValue,defaultDate,minDate,maxDate) asY-m-dTH:i:sformatted strings without timezone information (as none is stored). nextPageIndexin JSON response for Ajax-based forms now returnsnullwhen submitting on the final page to matchnextPageId.- Updated Freeform migration to support Freeform 5+.
- Update Date field’s
availableDaysOfWeekto return an array of strings as opposed to a JSON-encoded array for GraphQL. - Email Notification field templates now no longer output a paragraph tag and the field label.
Fixed
- Fixed form element index behaviour for users with only “View Forms” permissions.
- Fixed an error for Date fields and the Default Date, and Min/Max Date settings being inconsistent.
- Fixed location values for Klaviyo integration.
- Fixed Klaviyo Email Marketing integration not working correctly.
- Fixed Payment field billing detail settings not working correctly.
- Fixed Date fields and the “Available Days” setting not working correctly.
- Fixed Repeater field content not being normalized correctly.
- Fixed behaviour of field variable tags in Email Notifications, where referencing a single field produced different output compared to when used in consolidated variables (e.g. “All Form Fields”).
- Fixed Group fields in Email Notifications when referencing a single field within a group as a variable tag.
- Fixed Formie Twig functions assuming
fieldandformvariables are Formie fields and forms.