Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

Portal: how to render HTML in Metadata Label with liquid

Posted on by 5

hi, in Dynamics Portal I have HMTL in metadata label ( Red bold font). 

I have also put placeholder for the whole label <span class="ABC">label text</span>

I created a site settings with the new value for the label I need (call it ABCnew)

In liquid I have a script that calls for the <span placeholder and replaces it with site settings value ABCnew.

The problem is when I run the script it does not render my <span class="ABC">label text</span> placeholder because I have inside label text more html (for red bold font).

<script>

.....
if (valueinplaceholder >0){
$(valueinplaceholderl).text("{{valueinSiteSetting }}");
}
</script>
IF it does not have HTML inside <span> placeholder, the script works, but when I have more HTML within that <span> placeholder the script does not work.
Any ideas please? 
Much appreciated
  • Suggested answer
    Inogic Profile Picture
    Inogic 24,094 on at
    RE: Portal: how to render HTML in Metadata Label with liquid

    Hi,

    Please try adding the below code to your page, it worked on my side.

    <span id="myText">Sample Test</span>

    <script>

       $('#myText').text("Sample Test Updated");

    </script>

    In a similar manner, you can set the dynamic value in your Span element.

    Hope this helps!

    Thanks.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans