Using Adobe LifeCycle Designer, I'm wondering if there's an easy way to insert substitution text. I need to do this:
"Thank you for your recent donatoin of ${Amount}. We would like..."
The above example uses a floating field, but this type of object (or placeholder) is not available as an AcroForm variable (using iText). Thus far it appears that my only option is to use a Text Box but this seems VERY clunky because it's nearly impossible to visually line up the text box properly, plus, it doesn't size the sentence to the right -- i.e., it just sits on top of the text.
What am I missing? My needs, to me, seem VERY simple but I can't seem to figure out how to make this work.