How can I add static text to my MSCRM form?

2.1k views Asked by At

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?

1

There are 1 answers

1
Arun Vinoth-Precog Tech - MVP On

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