1
0
-1
2 answers
- 10-1
In the parent form, use javascript or css to hide the elements you want.
Add your comment... - 10-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 visibilityAdd your comment...
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?