Here is where you manage tags to be used on your web pages and emails. i.e. If you wanted a persons name to read like "Hi Michael" you would add on your webpage "Hi {first_name}". Now when they come to the site and login, it will have their name where ever you want. You have pre set fields already and can make new ones from any field in the database.
Tag Title |
Database Field |
Action |
When you use these tags in templates or in messages that you s end from your mail utilities they will be replaced with the info each member provided (info found in the Database Field).
ON WEB PAGES: To use in web pages and html for your site use Braces
around the tag { }.
i.e. {first_name}
IN EMAIL: To use in your emails use Double Brackets around the
tag [[ ]].
i.e. [[first_name]] or [[email]]