3.1.1.1
11. July 2025
[Pro Forms] Fixed "Conditional Wrapper" and Multi Step related visibility issues
fix
3.1.1
10. July 2025
[Pro Forms] Refactored Validation Logic
The entire logic for validation has been rewritten and improved. Error messages are now displayed in a consistent manner.
new
[Pro Forms] Validation Error Styling
Now, you can style the validation errors via "Pro Forms -> Notifications".
new
[Pro Forms] Dedicated hCaptcha element
This that lets you place the captcha wherever you want. Previously, it was always displayed statically below the form — now it’s much more flexible!
new
[Pro Forms] New @value attribute for Live Variables
For Checkboxes and Radio Fields, you can now use @value to display the value instead of the readable label.
new
[Animation Panel] Select Multiple Timelines
Now, you`re able to select multiple timelines in the timeline list.
new
[Bricksforge Panel] Timeline UI Performance Improvements
improvement
[Pro Forms] Accessibility Improvements for Radio Buttons with "Trigger Next Step" enabled
improvement
[Pro Forms] Issues with Conditional Logic since the last update
fix
[Pro Forms] Submit Button Conditions are not showing original text
fix
[Pro Forms] Unchecked checkboxes are passing "0" to webhook
fix
[Pro Forms] Calculation Value ignored by Checkboxes if regular value is not numeric
fix
[API Query Builder] Basic Auth without password not accepted
fix
[Node Editor] Sliders were not accessible via element selector
fix
[Node Editor] Nodes not waiting for javascript node to proceed
fix
[Node Editor] Issues with variable sync in a few nodes
fix
3.1.0
26. June 2025
[Node Editor] Node Variables
Variables can now be created via a sidebar, which can be used throughout the entire node canvas and can even change their value on runtime using the "Update Variable" action.
new
[Node Editor] New Sidebar
With the new sidebar, various areas are available to you, such as creating variables, quick actions, or an information area.
new
[Node Editor] Custom Javascript
Every text control now accepts custom javascript with the following syntax: {{ my_javascript_code }}, for example: {{ window.outerWidth }}
new
[Node Editor] New Basic Action "Set Style Property"
A new action has been added that allows you to edit the style property of elements.
new
[Node Editor] New Debug Action "Print Value"
This action helps you with development and displays a given value in the frontend.
new
[Node Editor] Duplicate one or multiple nodes
From now on, it is possible to duplicate one or more nodes.
new
[Node Editor] Import / Export one or multiple nodes
Individual or multiple nodes can now be exported or imported. When importing, you can choose the position where they should be placed.
new
[Pro Forms] New Setting "Back to first step after submit"
There is now a new setting in the "Others" group that automatically takes the user to the first step of a multistep form after the form has been submitted.
new
[Pro Forms] Live Value for File Field
Live Variables are now also listening for file fields
new
[Pro Forms] Reload Delay
A delay in milliseconds can now be set for the reload action.
new
[Pro Forms] Live Values for File Fields (Images)
When images are uploaded, you can now display the image as a live value.
new
[Pro Forms] File Field: New Setting "Disable Image Preview"
With this new setting, you can disable the default image preview.
new
[Email Designer] New filter: bricksforge/pro_forms/webhook_before_send
With this new filter you can modify the webhook request before send
new
Bricks 2.0 Beta Support
Some adjustments and bug fixes have been made for the Bricks 2.0 Beta.
improvement
[Bricksforge Panel] Added "Create Animation" button
A button was added when creating a new animation to improve the UX.