Releases: verbb/formie
Releases · verbb/formie
1.2.0
Added
- Added Email Marketing integrations category.
- Added ActiveCampaign, Autopilot, AWeber, Benchmark, Campaign Monitor, Constant Contact, ConvertKit, Drip, GetResponse, iContact, Mailchimp, MailerLite, Moosend, Omnisend, Ontraport, Sender, Sendinblue Email Marketing integrations.
- Added CRM integrations category.
- Added ActiveCampaign, Avochato, Freshdesk, HubSpot, Infusionsoft, Insightly, Pipedrive, Pipeliner, Salesflare, Salesforce, Scoro, vCita, Zoho CRM integrations.
- Added Webhooks integrations category.
- Added Generic Webhook, Zapier Webhooks integrations.
- Added Miscellaneous integrations category.
- Added Google Sheets, Monday, Slack, Trello Miscellaneous integrations.
- Added
useQueueForNotifications
anduseQueueForIntegrations
plugin settings, to control if queue jobs should be used to send emails and trigger integrations.
Changed
- Element and Address Provider integrations can now have multiple instances created with different settings.
1.1.8
Added
- Provide
onAfterFormieSubmit
event with content about each submission. - Added
fieldNamespace
render option for forms.
Fixed
- Fixed freeform migration using an array for default value for email fields.
- Fixed potential issue that a submission could get “stuck” in a completed form.
1.1.7
Added
- Added
form.settings
for GraphQL requests. - Added badge to new notifications to prompt the need to save the form.
Fixed
- Fixed changed notifications not prompting for changed form when trying to navigate away.
- Fixed newly created notifications getting out of sync when continuing to edit the form.
1.1.6
Added
- Added
craft.formie.populateFormValues()
. See docs. - Added translation strings for all translatable text.
- Added setting spam state element action for submissions.
- Allow spam state to be toggled when editing a submission.
Fixed
- Fixed GQL mutations error in Craft 3.4.
- Fixed multi-line column limit not allowing for content greater than 255 characters. Please re-save any form that uses a multi-line text field to get this change.
1.1.5
Fixed
- Fixed error introduced in Craft 3.5.5 when editing a form.
- Fixed repeater fields inner fields not using export-handling.
1.1.4.1
Fixed
- Fixed submission exports not normalising columns for repeater/table fields across multiple submissions.
1.1.4
1.1.3
Added
- Added
form.formId
andform.configJson
shortcuts for templates.
1.1.2
Fixed
- Fixed form outputting CSS and JS, even when disabled.
- Fixed repeater field minimum instances not pre-populating the defined number of blocks.
- Fixed repeater field allowing to go below the set minimum instances.
- Fixed repeater field add block button not disabling when min and max instances are the same.
- Fixed repeater field add block not toggling disabled state correctly.
- Fixed submission exporting providing all values.
- Fixed submission CSV exports not splitting sub-field-enabled fields (address, multi-name) into multiple columns for their sub-fields.
- Fixed submission CSV exports not splitting complicated fields (repeater, table) into new rows to convey collection of data. JSON/XML exports are unchanged and show collections as arrays.
1.1.1.1
Fixed
- Fixed stencils not saving.