When implementing a messaging website, you can use ~~~Text1~~~ through ~~~Text10~~~ as variables in the HTML code of the template tied to this group. These fields represent the static values that will be inserted in to these variables as PageGate comes across them when building the content for the web server to host.
For example, if you have a statement like this in your code:
Welcome to the messaging website for ~~~Text1~~~.
and you use 'District 1' in the Text1 field, PageGate will create a webpage that says:
Welcome to the messaging website for District 1.
|