So, I’m having a hard time with dynamic text field formatting and I’m hoping that someone can shed some light on what the problem I’m having is.
My understanding is that you can do some basic formatting of dynamic fields if you set them to render html ie the little <> button. So, I have an array containing a set of strings, which contain something akin to “<b>some text</b> the rest of the text” The problem I am having is that the text is not showing up as bold. In fact the text inside the bold tag is not showing up at all.
Doing a search I came across the TextFormat(), but that appears to only be useful when formatting an entire textfield and not a portion of the whole field.
I’m really frustrated by this and would love a little help! Thanks!