Skip to main content
All CollectionsFAQsBuilding 👷‍♂️
Dynamic values in a content component
Dynamic values in a content component

Let's explore how you can display the response to another question inside a content component

Updated over a week ago

The content component serves as a versatile tool for incorporating diverse rich media into your form, such as images, text, hyperlinks, and more. One feature that is often missed is that the content component can dynamically display responses to other questions within your form. For example, you can see this in action in the purchase contract template.

To display dynamic content in a content component, follow these steps:

  1. Drag and drop a content component into your form.

  2. Within the content editor, add your content.

  3. Wherever you want to include dynamic content, use the following syntax: {{ data.fieldName }}.

  4. Under the display tab, enable the “Refresh On Change” property.

Remember to replace "data.fieldName" with the actual field name you want to display dynamically.

Did this answer your question?