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
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
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.
Thanks. Its working
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.
Cheers
Arpit
https://arpitmscrmhunt.blogspot.com
André Arnaud de Cal...
293,027
Super User 2025 Season 1
Martin Dráb
231,852
Most Valuable Professional
nmaenpaa
101,156
Moderator