Hello Team,
I am having a group like below in my Form,
<CMS_GROUP name="single" tabs="top">
<CMS_GROUP name="single">
<LANGINFOS>
<LANGINFO lang="*" label="Single Selection"/>
</LANGINFOS>
-----
----------
</CMS_GROUP>
<CMS_GROUP name="multiple">
<LANGINFOS>
<LANGINFO lang="*" label="Multiple Selection"/>
</LANGINFOS>
-----
----------
</CMS_GROUP>
In RULES we use like below,
source="#form.single"
How to get the group name inside the Script? While executing the script i should get i am in which Tab Group?
Thank you,
Regards,
Siva