Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How can I collapse/expand a form section via script

umermunir
Mega Contributor

How can I collapse/expand a form section via script

1 ACCEPTED SOLUTION

okay,



use this



toggleSectionDisplay('sys_id of the section');



You can get the sys_id of the section either by right clicking on the form and view source/inspect element or go to forms sections ,   find your section and get the sys_id.


-Anurag

View solution in original post

5 REPLIES 5

Thank you Anurag