Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page-builder allows you to insert dynamic tags into Text Blocks, your HTML template or JavaScript that will pull in relevant value from that page. This can be useful for SEO, Meta Data, and so on. The tags can display information such as the page notes that are configured in the admin settings.

For example if you wanted to change the “Title” of your html template for each page using it, you could insert this into your HTML code:

Code Block

What tags are available?

TagValue Inserted
Code Block
The name configured in the page admin settings
Code Block
The public title configured in the page admin settings
Code Block
Additional notes configured in the page admin settings
Code Block
The pagination of a form
Code Block
The title of the event
Code Block
The description of the event
Code Block
Custom reference field 1 value
Code Block
Custom reference field 2 value
Code Block
Custom reference field 3 value
Code Block
Custom reference field 4 value
Code Block
Custom reference field 5 value
Code Block

The current page session

Code Block

The current year – dynamic year tag

Where can I use page tags?

In a text block

You can type these directly into a text block and they will display the tag’s data on page load.

In the HTML template

You can use page tags as “variables” in your HTML templates. A common use is between the title tags:

Code Block

In JavaScript

You can use JavaScript to get these tags and assign them to variables, for example:

Code Block