Releases: verbb/formie
Releases · verbb/formie
1.6.46
Added
- Add the ability for
Submission::setStatus
to accept the handle of a status.
Fixed
- Fix an error when a non-Formie field was mistakenly added to a form.
3.0.9
Added
- Add
data-repeater-row-id
attribute to Repeater field rows. - Add Data Center setting for Zoho CRM Integration.
- Add attachment support for File Upload fields for Salesforce Case objects.
- Add
templateCss
andtemplateJs
for GraphQL. - Add
Rendering::EVENT_MODIFY_FRONT_END_JS_TRANSLATIONS
event.
Fixed
- Fix reCaptcha Enterprise flagging spam in certain situations.
- Fix an error with Sent Notifications, when called too early before a
dateCrated
has been set. - Fix Address field Country sub field not working with conditions.
- Fix an error when migrating from Formie 2 for Postgres for some integrations.
- Fix Stripe payment error/success messages not working with
resetClasses
. - Fix an error when trying to submit a form without Stripe.js being ready.
- Fix an error with Email Notification subject and special characters.
- Fix reCaptcha Enterprise flagging spam in certain situations.
- Fix option-fields (Checkboxes, Dropdown, Radio) not working correctly for GraphQL.
- Fix File Upload fields not working in integrations correctly.
- Fix Single-Line and Multi-Line Text fields when limiting values, not being translated consistently client-side.
- Fix Number input client-side validation strings not being translated.
- Fix an error when using
templateHtml
for GraphQL. - Fix Date field preview for Date Picker/Calendar when an inner field is marked as required.
- Fix some fields being able to be marked as required, when they shouldn’t.
- Fix Datepicker/Calendar Date fields not working correctly in a Repeater.
- Fix some session errors on Craft Cloud. (thanks @timkelty).
2.1.32
Added
- Add
data-repeater-row-id
attribute to Repeater field rows. - Add Data Center setting for Zoho CRM Integration.
Fixed
- Fix reCaptcha Enterprise flagging spam in certain situations.
- Fix an error with Sent Notifications, when called too early before a
dateCrated
has been set.
3.0.8
Added
- Add Iterable Email Marketing integration.
- Add Iterable CRM integration.
- Add separate dropdown in Submissions index view in the control panel for state (all, complete, incomplete, spam), rather than bundle with status.
Changed
- Update “All Submissions Behaviour” to select-list to pick a specific collection of submissions to show for any source.
Fixed
- Fix toggling the enabled state of integrations not updating in the sidebar.
- Fix an error when previewing email notifications with Element fields in Postgres.
- Fix Signature field support for Group fields when accessing their image remotely.
- Fix an error when editing a Stencil with integrations enabled.
- Fix an error saving date picker Date fields in the control panel.
- Fix an error when parsing Date field values.
- Fix an error when using a Calculations field in combination with a Group field.
- Fix an error when using Calculations field values for payment field amounts.
- Fix Date fields not working correctly for variable-picker values.
- Fix payment field reference not working correctly.
- Fix Date fields (for date pickers) not showing correctly when editing a submission in the control panel.
- Fix an error when editing stencils with invalid (deprecated) data.
- Fix element fields not working correctly for disabled elements.
- Fix an error when previewing email notifications with Element fields in Postgres.
- Fix form settings not being set correctly when duplicating a form.
- Fix an error for Submissions dashboard widget.
- Fix Signature field support for Group fields when accessing their image remotely.
- Fix element fields not working correctly for disabled elements.
- Fix Salesforce integration and some fields being shown as required, when they aren’t.
- Fix an error when editing a Stencil with integrations enabled.
2.1.31
Added
- Add Iterable Email Marketing integration.
Fixed
- Fix toggling the enabled state of integrations not updating in the sidebar.
- Fix an error when previewing email notifications with Element fields in Postgres.
- Fix Signature field support for Group fields when accessing their image remotely.
- Fix an error when editing a Stencil with integrations enabled.
3.0.7
Added
- Added
Integration::getSettingsHtmlVariables()
andIntegration::getFormSettingsHtmlVariables()
. - Added support for all CRM integrations to only fetch data objects for ones that are enabled in the form builder integration settings.
- Added Dutch translations. (thanks @jeroenlammerts).
Changed
- Updated Password field
autocomplete
attribute. - Improve Integration form instructions translations to remove duplicate translation strings.
- Improve Integration settings instructions translations to remove duplicate translation strings.
- Update integration descriptions to be dynamic for better translation.
- Days and Months predefined options now use Craft’s locale helpers for consistency.
- Country and State predefined options now use
commerceguys/addressing
for consistency. - Fields now toggle a
data-field-has-error
attribute on inputs when client-side validation occurs.
Fixed
- Fixed an error when creating forms where a default Form Template had required fields.
- Fixed an error when fetching Signature field image.
- Fixed an issue when using "Validate when typing” and resetting classes via Theme Config.
- Fixed element fields not always populating the correct site-specific element when viewing a submission in the control panel.
- Fixed querying submissions for nested field, via their nested field values.
- Fixed Submission queries not working correctly for custom fields.
2.1.30
Added
- Added
Integration::getSettingsHtmlVariables()
andIntegration::getFormSettingsHtmlVariables()
. - Added support for all CRM integrations to only fetch data objects for ones that are enabled in the form builder integration settings.
Changed
- Updated Password field
autocomplete
attribute. - Improve Integration form instructions translations to remove duplicate translation strings.
- Improve Integration form instructions translations to remove duplicate translation strings.
- Improve Integration settings instructions translations to remove duplicate translation strings.
- Update integration descriptions to be dynamic for better translation.
- Days and Months predefined options now use Craft’s locale helpers for consistency.
- Country and State predefined options now use
commerceguys/addressing
for consistency.
Fixed
- Fixed an error when creating forms where a default Form Template had required fields.
- Fixed an error when fetching Signature field image.
3.0.6
Added
- Added “Start Mode” setting to Friendly Captcha.
- Added the ability to set
scriptAttributes
andjsAttributes
for<script>
tags that Formie uses. - Added the ability for
craft.formie.renderJs
to set JS attributes for scripts. - Added
onFormieCustomValidate
JavaScript event. - Added
renderOptions.customInputs
to allow custom hidden input content to be inserted into a form.
Changed
- Changed Phone input autocomplete from
tel-national
totel
to ensure valid autocomplete value.
Fixed
- Fixed an issue for Stripe and Opayo 3DS handling in combination with captchas not working correctly.
- Fixed an error for GraphQL when querying submissions with brand-new Group fields with no content.
- Fixed an error with Freshdesk integration when handling duplicate contacts.
- Fixed an error with Salesforce integration when handling duplicate leads.
- Fixed an error when duplicating forms with nested fields.
- Fixed integrations enabled indicator.
- Fixed a JavaScript error when loading Formie’s JS in a module for a Repeater field.
- Fixed an error validating Repeater sub-fields.
- Fixed an error when email notifications contained references to field content, and didn’t convert special characters correctly.
2.1.29
Added
- Added “Start Mode” setting to Friendly Captcha.
- Added the ability to set
scriptAttributes
andjsAttributes
for<script>
tags that Formie uses. - Added the ability for
craft.formie.renderJs
to set JS attributes for scripts.
Changed
- Changed Phone input autocomplete from
tel-national
totel
to ensure valid autocomplete value.
Fixed
- Fixed an issue for Stripe and Opayo 3DS handling in combination with captchas not working correctly.
- Fixed an error for GraphQL when querying submissions with brand-new Group fields with no content.
- Fixed an error with Freshdesk integration when handling duplicate contacts.
- Fixed an error with Salesforce integration when handling duplicate leads.
- Fixed global “View Form Usage” user permission not appearing.
3.0.5
Fixed
- Fixed an error when parsing variable tokens.