We have forms that use pure JS – no rules in dffs back-end.
I would like to leverage the Group ID functionality to bulk control groups of fields / headers, etc. in the form (hide this group, show that group, read only this group, etc.)
Is there SPJS syntax to utilize the group IDs?
EG:
//un-hide fields
spjs.dffs.unhideFieldsByRule([
TabGroup_xxx
]);