Public Backlog

WebinOne announcements, releases, updates and achievements

v7.5 Release date: 10 Sep, 2025

Full Release Notes

Mailchimp Full CRM Sync

This release introduces major updates to mailing list management, Mailchimp synchronization, and email content editing, giving you more control, flexibility, and clarity when working with subscribers.

What’s new

Mailchimp list import

  • New Import from Mailchimp action with a dropdown to select lists (showing subscriber counts).
  • Mailing lists view now includes a Subscribers column with counts from Mailchimp.

General settings for mailing lists

  • Added in the 'General Settings' section with two options:
    • Email opt-in method (Double opt-in / Single opt-in) – stored per list and applied only to new subscribers.
    • Tags management – view tags, add via popup, and store them with each list.

Subscription status sync

  • CRM status changes (subscribed/unsubscribed) are now synced with Mailchimp.

Mailchimp sync tab

  • New 'Mailchimp Sync' tab for comparing and aligning audiences.
  • Options to sync manually (in addition to auto-sync every 24h).
  • Contact mismatch resolution with per-field radio buttons or bulk apply from CRM/Mailchimp.
  • Visual highlighting of differences and per-contact sync actions.

Tag synchronization and bulk management

  • Tags now sync on subscribe/unsubscribe events.
  • Bulk add/remove tags for selected contacts via toolbar.

Mailing lists field in Form Builder

  • Mailing lists remain available as a default user field.
  • Displayed as checkboxes inside forms, with related tags shown under each list.
  • Selected lists and tags are saved and visible in user profiles.

WYSIWYG Editor for All Admin Code Editors

A WYSIWYG (visual) editor is now available across all admin code editors, making it easier to create and format content.

What’s new

  • Enabled WYSIWYG mode in all admin code editors.

Code Editor in Full Screen Mode

The built-in code editor can now be expanded to full screen, giving developers more space and focus when working with code.

What’s new

  • Added an option to toggle the code editor into full screen mode.

Multiple Data Source property

A new option has been added to Data Source properties, allowing multiple values to be selected instead of just one. This makes properties more flexible and better suited for scenarios where multiple related items should be stored together.

What’s new

  • Added a “Multiple” checkbox for Data Source custom properties.
  • When enabled:
    • Users can select multiple Data Source items.
    • The property value is stored as an array (with item ID, Name, and URL).

System Emails And Autoresponders Test Button

A new "Send Test Email" button has been added across all types of system and autoresponder emails, making it easier to preview messages before sending them to real contacts.

What’s new

  • The "Send Test Email" button is now available in the bottom action bar for:
    • System emails
    • Workflow, follow-up, abandoned cart, and reminder emails
    • Autoresponders (including module-based ones)
  • The button appears only after the email content has been saved.
  • Clicking it sends the email to the selected address exactly as it is in the template, with sample test data substituted where needed.

Control Auto-Generated SEO Content

You can now control whether SEO metadata tags are auto-added when values are set in the items SEO settings, or only taken from your custom page or template code. This gives developers and SEO specialists more flexibility in managing search-optimized metadata.

What’s new

  • Added a new checkbox setting: "Auto-generate SEO Content" (located in 'Settings' > 'SEO').
  • Default value: Enabled (True).
  • When enabled, SEO meta tags are added automatically (current behavior).
  • When disabled, auto-generation is skipped, and only manually defined SEO metadata in the site code is used.

Extend DateTime Field Support in Form Fields

The DateTime field in forms now supports both date and time selection, making it more flexible for scheduling and time-specific submissions.

What’s new

  • DateTime field upgrade: previously worked as a simple Date field, now supports full date + time input.
  • Added a new Date only checkbox in Form Builder:
    • Enabled → renders <input type="date">.
    • Disabled → renders <input type="datetime-local">.

For more info, see the HTML specs for the differences between 'datetime-local' and 'date' input types.

Liquid File List Access

The feature previously called API (File system) has been renamed and repositioned to make its purpose clearer and more accessible.

What’s new

Bugfixes

The following bugs have been fixed:

  • Fixed the removal of expired extensions after the trial period.
  • Fixed uploading folders (with files) via FTP.
  • Fixed reversed forloop.rindex and forloop.rindex0 values (0-based now starts at 0; 1-based at 1).
  • Fixed HiddenValidator: it now trims spaces in name and capitalizes the following word.
  • Fixed incorrect redirect URL in the Portal after changing the billing cycle via PayPal.
  • Fixed the Prices tab not showing for events on the Pro plan.
  • Fixed login creating a 30-day member cookie when “Remember Me” is unchecked – it now expires after 24 hours.
  • Fixed an issue preventing workflow deletion on Business and Starter plans.
  • Fixed the error message when deleting an admin user who owns a non-shareable custom report.
  • Fixed API error when creating a custom module item with Disable detail layout enabled.
  • Fixed Admin list-view sorting resetting to A–Z on navigation – the chosen sort now persists.
  • Fixed searchScope filtering: multiple conditions are again combined with AND.
  • Fixed in the On-Site Editor, clicking Add item with the toolbar closed no longer reopens the toolbar.
  • Fixed in the On-Site Editor, when adding an item with the toolbar closed, the Content field no longer collapses.
  • Fixed in the On-Site Editor, multiline fields no longer expand to full screen height.
Show more less
New Feature

Multiple Datasource Property

Ability to select multiple datasource items as value of a property.

  • Custom Modules
New Feature

UX /UI Improvement - System Emails And Autoresponders Test Button

Can we get a test button so we can test the email layouts etc for workflows/system emails and autoresponders. (same as bc)

  • Emails
  • UI/UX
Improvement

Code Editor in Full Screen Mode

Option to expand the code editor to occupy the entire screen for easier editing.
  • Code Editor
Improvement

Control Auto-Generated SEO Content

Users can now choose whether SEO content is generated automatically or rely only on what is already written in the page code. This ensures custom SEO setups remain intact without being overwritten by automation.
  • SEO
Improvement

Extend DateTime Field Support in Form Fields

Ability to configure DateTime fields to store both date and time, with option to switch to date-only mode.
  • Forms
Improvement

Liquid File List Access

Renamed “API (File system)” to “Liquid file list access”, moved it from Pro to Business plan, enabling partners to output system file lists directly through Liquid.
  • Liquid
Improvement

Mailchimp Full CRM Sync, Existing Mailing List Sync, Double Opt-in And Subscription Status

The ability to fully sync CRM contacts to Mailchimp contacts.


Push Phone Number to Mailchimp Mailing List
Allow for Name, Email and Mobile Number from webform submissions to be sent to Mailchimp lists so that SMS notifications can be sent to customers using SimpleTexting or Text Magic which can be linked to Mailchimp.

Sync to existing mailchimp mailing...
  • Emails
  • Marketing
Improvement

WYSIWYG Editor for All Admin Code Editors

Ability to edit content visually (WYSIWYG) across all code editors in the admin.
  • WYSIWYG Editor