Display Dynamic Text
Display dynamic text on your form that changes depending on the field value that the user enters or is programmatically set.
A step in your form may need to show a dynamic piece of text depending on custom logic or collected data.
For example, you might need to display the user's name after collecting it on a previous step.
In your Feathery dashboard, you can denote a text variable with double curly braces like:
{{first-name}}
.If the text variable matches the ID of the field or hidden field of interest, Feathery will automatically populate it with the right value.

Last modified 6mo ago