Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi
I do not think there is a hash variable format to display the field "label" and one of the likely reason is your database column (i.e. form field) may be used in many different forms, all with a different label name.
What the "#binder.options.APP_ID.FORM_DEF_ID.FIELD_ID#" does is to display the select box option label, for example you might store in your database the value id "NY" which links to a lookup database table where "NY" = "New York". The "#binder.options....# will see the "NY" code and use this value to retrieve the "New York" label or description.
Here is a sample app on the use of the Form Binder Hash Variable.
Hi,
I want to get field label from form by hash variable for display in email.
I'm not sure for Form Binder Hash Variable it can use or not.
*** Form Binder Hash Variable → To get field value or field value label
from the binder of a form via its form definition id .
Please suggest to me.
Thank you.