1
0
-1

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.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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.

      APP_form_binder_hash_variable.jwa

        CommentAdd your comment...