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 :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Is there a way to bring portal Attach notes control in between the two fields? The control is only visible at the bottom of the form. #crm #Portal #Dynamics365

(0) ShareShare
ReportReport
Posted on by

pastedimage1589432228119v2.png

How should I change the position of notes control on the web form?

I have the same question (0)
  • Suggested answer
    oliver.rodrigues Profile Picture
    4,052 on at

    Hi, you can achieve that through JS/jQuery.. I can explain high-level what you need but you will need to adapt to your scenario

    // below code will get the DIV element responsible for the social pane with the notes (inspect your page to make sure you have this element there)
    var divSocialPane = $("fieldset[aria-label='SOCIAL PANE']").parent();
    
    // now that you have stored in an object, you can remove it from the page
    $("fieldset[aria-label='SOCIAL PANE']").parent().remove();
    
    // now you need to identify where you want to place it, below example would put it after the submit/action buttons
    $(".actions").append(divSocialPane);


    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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 March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 164

#2
ManoVerse Profile Picture

ManoVerse 141 Super User 2026 Season 1

#3
Zhilan Profile Picture

Zhilan 55

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans