3.0.6
10. April 2025
[API Query Builder] Added control "Send Token As"
By default, the Bearer Token is sent as a header. However, some API providers expect it as a query or body parameter. Now you are free to decide. By default, it is sent as a header.
new
[API Query Builder] Added new PHP Filters
bricksforge/api_query_builder/request_headers, bricksforge/api_query_builder/request_url, bricksforge/api_query_builder/retrieve_token_request_headers, bricksforge/api_query_builder/retrieve_token_request_body, bricksforge/api_query_builder/refresh_token_request_headers, bricksforge/api_query_builder/refresh_token_request_body
new
[Pro Forms] Added "Source" to "Update User Meta" action
Added the options ACF, Metabox, JetEngine and ACPT as Source to the "Update User Meta" action.
new
[Pro Forms] Query Loop Support for "Option Group" element
new
[Pro Forms] Dynamic Max Length Count for Textarea
Display a dynamic max length count text for your textareas.
new
[Pro Forms] Added @label for Live Variables
For example, with {{first_name @label}} you would get "First Name" (the label you have set for the related field)
new
[API Query Builder] Removed "Content-Type" as default header
As some API providers only expect very specific headers, we would like to leave it up to you to decide which headers to add. For this reason, the Content-Type has also been removed as the default header.
improvement
[Pro Forms] Added "Label" control for Hidden Field
improvement
[Form Submissions] CSV Export more stable when exporting a large number of entries
improvement
[API Query Builder] Dynamic Data Tags not generated for nested arrays when some items contain empty arrays
fix
[API Query Builder] General Request Headers are not being sent with Auth Request to get a dynamic token
fix
[API Query Builder] After duplicating an endpoint, the new item syncs conditions with the previous one, until reloading the page
fix
[Pro Forms] File Size & File Type Client Validation not working in some situations
fix
[Pro Forms] Builder: Select Field is not showing "Copy ID"-icon
fix
[Pro Forms] "Disable Loading Icon" setting also hides default submit button icon
fix
[Pro Forms] "Direct Upload To Server" – fixed temp directory
For files that do not need to be saved on the server, such as emails, the “Direct Upload to Server” function uploaded the file to the “uploads” folder instead of the temporary one. This has been fixed.
fix
[Pro Forms] File Field does not reset on submit
fix
[Pro Forms] Email Content accepts only one file per file field
fix
[Pro Forms] Deactivated wpautop for Emails if detecting custom HTML code
fix
[Pro Forms] Removed strict "px" unit for checkbox width and height styles
fix
[Pro Forms] ACPT Repeater not updating with "Update Post Meta" (added box_name)
fix
[Form Submissions] Searching not working for large lists
fix
3.0.5
6. March 2025
[General] Fixed PHP Error
Fixed a PHP error that occurs when no extension is activated.
fix
3.0.4
6. March 2025
[Experimental] API Query Builder
With the API Query Builder you can create HTTP GET requests and use the data with Bricks Query Loops. Bricksforge automatically creates the dynamic data tags you need.
new
[Pro Forms] Copy Form Field IDs with one click
A new icon has been added to the Structure panel, which can be used to copy form field IDs with a single click.
new
[Pro Forms] Added @fallback syntax for form field variables
You can use this to define a fallback if a specific field value is empty. Example: {{variable @fallback="Test"}} Fallbacks are also accepting dynamic data.
new
[Pro Forms] Added Binding for Date Fields
This will allow you to apply the selected date to another date element. Optionally, you can then specify the date as the minimum date for the other field.
new
[Pro Forms] Use Live Variables everywhere
Now, you can use your form field variables everywhere in your form.
new
[Pro Forms] New toggle "Ignore Conditionally Hidden Fields" in the "Actions" group
This prevents actions from using fields that have been hidden by conditional logic.
new
[Pro Forms] File Field: Use Custom Upload Path
new
[Pro Forms] Skip adding to Media Library
new
[Pro Forms] Use Random, Cryptic File Name for uploaded files
new
[Pro Forms] Added "Post Slug" to "Create New Post" action
new
[Pro Forms] Conditions have been included for "Live Value" field
new
[Pro Forms] Added Condition "Is Not Contained In"
new
[Email Designer] Added "Active" or "Draft" states
new
[Flip Everything] Improved Accessibility
improvement
[Pro Forms] Slider Element: Min, Max and Step are now accepting Dynamic Data
improvement
[Pro Forms] Improved data protection by removing api call for "WC Add to Cart" action
To improve security for calculations in Pro Forms, the formula was validated via an extra request. This request has been removed for data protection reasons. Validation now takes place securely on your own server.