Skip to main content

Inline Attributes

Written by Matt Lawrie

If you want to show dynamic text like a member’s first name inside text blocks, you can insert the built-in First Name inline attribute. For example, you could display:

Hello {{ First Name }}



When the page is viewed, Movement will replace that inline attribute with the member’s actual first name. If no first name is available, a fallback value can be set in the 'Data Field' section of the righthand sidebar, so the text still reads naturally.


How it works:

• In a supported text field, type {{ to open the inline attribute picker
• Select First Name
• Movement inserts it as dynamic content in the text
• The value is resolved per member at runtime

Example:

• Editor content: Hello {{ First Name }}
• What a member sees: Hello Matt

A good fallback would be something like there, so it becomes Hello there if no first name is stored.

Did this answer your question?