web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to Hide/Show the Sections on Portal Entity Forms

(0) ShareShare
ReportReport
Posted on by

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

I have the same question (0)
  • Verified answer
    Arpit Shrivastava Profile Picture
    7,518 User Group Leader on at

    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

     

  • Community Member Profile Picture
    on at

    Thanks. Its working

  • Verified answer
    Community Member Profile Picture
    on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans