Notifications
Announcements
No record found.
Hi Everyone,
Please let me know the syntax to hide and show the sections on CRM Portal form
Thanks
*This post is locked for comments
Hey Rohini ,
Please check below syntax:
Disable Section-
$('table[data-name="sec_AccountDetails2"]').closest('fieldset').find("input,button,textarea,select").attr("readonly", true);
Enable Section-
$('table[data-name="sec_AccountDetails2"]').closest('fieldset').find("input,button,textarea,select").attr("readonly", false);
If found useful, please mark the answer as verified.
CheersArpithttps://arpitmscrmhunt.blogspot.com
Thanks. Its working
Other option documented: Show/Hide Section
$(".section[data-name='tab_3_section_2']").closest("fieldset").hide();
$(".section[data-name='tab_3_section_2']").closest("fieldset").show();
Works for me.
Reference: community.adxstudio.com/.../custom-javascript
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
SA-08121319-0 4
Calum MacFarlane 4
Alex Fun Wei Jie 2