Shows any data from the application database on display and listing
pages. It can also display data using relations.
Example: {firstName} Shows the first name of the user on the profile page. You should write the exact question name in brackets. You can find the question name in properties section of form builder. If no data entered for this field Empty Value on the properties will be used instead.
Example: {login:firstName} This example gets the firstName from login relation {relationFieldName:fieldName}. you can also use . (Dot) notation instead of semicolon {login.firstName}
Tags:
template tags listing display
Related Articles:
Add a new comment
|
Send Comment