Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add static text to my MSCRM form?

I need to add static text on my form (can't use the xrm notification option) under specific terms I need to show and hide that text but I can't hold it in a field.

First I thought to use an Image with my text on the form, is there a better way to do that?

like image 429
Damkulul Avatar asked Oct 30 '25 00:10

Damkulul


1 Answers

Like said in comments, HTML web resource is the way to go. You can embed the HTML in a form section/tab and hide them using conditional scripting in form load.

Reference

enter image description here

like image 93
Arun Vinoth - MVP Avatar answered Nov 01 '25 00:11

Arun Vinoth - MVP