You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request
Options to format form fields in the same way we can with table cells.
Table Cell Formatting
Form Field Formatting should go here, and have the bindings of other form fields available to it, as well as being able to write plain-text in there in order to prepend or append other important details that shouldn't be saved into the database field. For example, currency or percent.
Database field for Salary might be formatted £ {{ Edit row form block.Employees.Salary }} where the user cannot delete the values outside of the {{ Edit row form block.Employees.Salary }}, and only the user's input gets saved, but it is displayed with the currency
The percentage might be a number column in the database, but the formatted field might look like: {{ Edit row form block.production_line.efficiency }} %
Feature request raised by CSE on behalf of customer
The text was updated successfully, but these errors were encountered:
Describe the feature request
Options to format form fields in the same way we can with table cells.
Table Cell Formatting

Form Field Formatting should go here, and have the bindings of other form fields available to it, as well as being able to write plain-text in there in order to prepend or append other important details that shouldn't be saved into the database field. For example, currency or percent.

Database field for Salary might be formatted
£ {{ Edit row form block.Employees.Salary }}
where the user cannot delete the values outside of the{{ Edit row form block.Employees.Salary }}
, and only the user's input gets saved, but it is displayed with the currencyThe percentage might be a number column in the database, but the formatted field might look like:
{{ Edit row form block.production_line.efficiency }} %
Feature request raised by CSE on behalf of customer
The text was updated successfully, but these errors were encountered: