Hey all,
I'm trying to add a "Validations" page at the end of my multi-page form, which repeats (as read-only) the values that the user specified in textboxes in the previous pages.
For single-line textboxes, i simply added Calculated Value fields and specified the name of the respective textboxes in the calculation formula.
The problem is, if I do the same for a multi-line textbox then the resulting Calculated Value shows up on a single line!
Is there a way to force it to render correctly for multiple lines?