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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
ScottDurow 2
GJones 1