Hello,
I have a text field that I want to display a caption with some built in scripting. For the Caption of the field I want to display part of the text that displays as static text in a regular format, while populating the second part of the caption with the value of a variable. For this second part of the caption I want to give the text an italic look. I can see how this is done when everything is static in the caption (going through the field/caption/value/exData/body tags in the XML for my form. Is there a way to set this up dynamically though through scripting.
I know for a work around I could just have two fields. One without a caption (that would represent my current text field, just remove the caption), and a second that would have my static caption, and have the field be the value that I display in italics. I was just wondering if there was a way to dynamically edit the caption of a field.