Skip to main content

Adding a Text Element

  1. Login to the backend of your Curator instance (e.g. http://curatorexample.com/backend).
  2. Navigate to the Content > Pages section from the left-hand menu.
  3. Find the page you want to add your form to from the Pages list or click “New Page” to create a new page.
  4. Add a new element to your page, and when the modal pops-up select the “Text” option. Curator Text element
  5. You will then be prompted with the WYSIWYG editor, where you can add and format your text, add links, and images. Curator Text element

Page Variables

Page variables can be used to display important user or session based information on pages.
  • {{ full_name }} : Displays the full name for the logged in user
  • {{ first_name }} : Displays the first name for the logged in user
  • {{ last_name }} : Displays the last name for the logged in user
  • {{ username }} : Displays the Curator username for the logged in user
  • {{ original_username }} : Displays the original username for the logged in user
I