Dynamic text in field labels

I am struggling to understand how to utilise dynamic text. I would like the the name of the person the form is being filled out for to populate throughout the form’s field labels.

Many thanks,
Anna

Do you have a specific question? The documentation is here: Display Dynamic Text - Feathery Docs

Yes, I’ve read the article but it’s unclear how to display dynamic text in field labels.

Just include the ID of a field in double curly braces. If you have a field called FirstName, reference the value of the field in text via {{FirstName}}

1 Like