1
0
-1

Hi, when I view form A in form B through the subform, I wish to hide some section of form A, is it available in subform option?

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      In the parent form, use javascript or css to hide the elements you want.

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

        Use section visibility control in the properties of section to hide a section,

        if the field through which you want to control visibility is in the parent form then write js in customHTML to move the parent field data into a 'subform field' and use that 'subform field' to control visibility

          CommentAdd your comment...