October 2021 | Form Content Block Improvements
Summary
This release offers a set of new features and improvements for the Form Content Block. This update applies to Page Builder and Popup Builder.
In brief:
- The name attribute is now visible for every form field.
- Search is now available when adding new fields.
- Bold and Italic styling options are now available for the Form Submit button
- The menu settings structure has been redesigned.
Description of Changes
Name Attribute Visibility
In an HTML form, the Name attribute specifies the name of a form element. Its main function is to reference submitted form data.
This update makes "attribute-name" visible for each form field. This allows a user to change a field label and identify the corresponding data field in the form's output.

Implementation
This feature is enabled by default.
To disable it, set the following parameter in the BEE configuration file.
var clientConfig = {
// ...
forms: {
visibleFormFieldName: false
}
// ...
}
Search New Field
It can be challenging to find the right field to add to a form, especially when there are many to choose from.
This update provides a Search option. When adding a new field, if there are more than six fields available, a search box displays.

Implementation
This feature is enabled by default.
Styling for the Submit Button
Users often wish to apply font styles to the Submit button inside a Form. With this update, it is now possible to apply italic or bold styling to this element.
Implementation
This feature is enabled by default.
The Form settings menu has been refreshed. Expanding and collapsing the submenu is now easier and more intuitive.
Implementation
This feature is enabled by default.
Comments
0 comments
Please sign in to leave a comment.