Webform - Static Test with link

Hey,

I just wanted to use static text in the page designer for an invoice and name the customer with {Name} , e.g.:

Dear {Name} thank you for your order

Unfortunately, this did not work, even {Table.Name} did not work in static text. Did I something wrong or does this not work?

Static text is - as the name says - static text. Column references of type {column_name} do not work.

If you want the entire text on one line, here’s what I would do: Add an extra formula column and use this formula
"Dear "&{Name}&" thank you for your order."
Add this field to your Page Design template.

You can also do this: Add a static text element with “Dear”, add the field element for the {Name} column, add another static text element with “thank you for your order”.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.