I have a form field in which one of the values has a default value defined in the application settings table. The user will see the default value when the creation form is displayed, but can change it to another value, if he wants, before saving a new line.
The default field does not indicate that the default value is the result of an SQL query (for example, select default_rate from app_defaults, where row_key = 1).
Of course, this should be possible, but how?
source share