1
0
-1

Hi,

I have a radio button on a form. In the email tool I want to show the option selected by the user in the message body. It is coming up as empty. It works fine when I user a select box. Here is my radio button options


 

Here is my hash variable in the email message body

This user has #binder.options.request.decision#ed the offer.

Note that the value is displayed correctly when I use #form.request.decision#


    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      Hi,

      I am a Joget newbie and still learning. I just realised that with options I need to use the form id and not the table id as with form (as defined in the knowledge base).

      • #binder.options.APP_ID.FORM_DEF_ID.FIELD_ID#
      • #binder.options.APP_ID.FORM_DEF_ID.FIELD_ID[PRIMARY_KEY]#
      • #binder.options.FORM_DEF_ID.FIELD_ID#
      • #binder.options.FORM_DEF_ID.FIELD_ID[PRIMARY_KEY]#

      This subtle oversight cost me a lot of debugging time and this question on the forum. So all is good.

      Thanks

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hey CF,

        do you perhaps have a way to replicate this issue as I am not able to encounter the same issue as you. the #binder.options.request.decision# works properly on my end.

        1. CF

          Thanks for following up Reid. It was a mistake. Please see my answer.

        CommentAdd your comment...
      2.  
        1
        0
        -1

        #form.request.decision# should prints 0 or 1

        #binder.options.request.decision# should prints Reject or Accept


        1. CF

          Thanks for following up Bastiana. It was a mistake. Please see my answer.

        CommentAdd your comment...