1
0
-1

Hi, can someone give me a hint on how to show only certain options according to another field data? By default all option is available whereas the annual leave option is only when Before start field > 5 can be selected by user.


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, you could make use of an AJAX Subform to dynamically load a subform based on some rules, or alternatively use custom JavaScript in a Custom HTML to perform the necessary behavior. When using JavaScript, you can use Javascript API#FormUtil to obtain the fields and its values.

        CommentAdd your comment...