Expand my Community achievements bar.

Populate text field with only certain words underlined

Avatar

Level 1

I'm trying to populate a text field that will pull in the current date from DateTimeField1. I've got the date to pull in fine, but I'm trying to have it pull into the text field underlined. I want ONLY the date underlined.

Example:

TextField1.rawValue = "Please complete form by " + DateTimeField1.rawValue + " to allow enough time for processing."

But when I populate the text field, I want it to look like:

"Please complete form by 01/24/2012 to allow enough time for processing."

Is it possible to have only the date underlined when my text field populates?

Thanks,

-Crystal

1 Reply

Avatar

Former Community Member

Yes it is possible, but what you really want to do is use a Text object (not a Text Field) and add a floating field to the text.

To do this, add a Text object with text, select the text you want, and right click > Insert floating field..