Shortcodes cheat sheet
Brandon Huskins
Last Update há 4 anos
SHORTCODE SPLIT USING /2:
If you have a Full Name field for example and want to use only the first name, you can add /2 inside the shortcode [#FULLNAME/2#]
SHORTCODE FALL BACK USING THE | CHARACTER:
If your contact has an empty field and you want to replace it with another field [#FULLNAME|COMPANYNAME#] or with a text [#FULLNAME|*there*#]
SHORTCODE COMBO:
If you want to combine both cases in the row above[#FULLNAME/2|COMPANYNAME|*there*#]
SHORTCODE CAPITALIZATION:
This is used to capitalize the first letter (PROPER) [#PROPER FULLNAME#], the whole word (UPPER) [#UPPER FULLNAME#], or nothing capitalized (LOWER) [#LOWER FULLNAME#].
Note that you can mix capitalization with other formats [#PROPER FULLNAME/2| LOWER COMPANYNAME|*there*#]
In the table below is a list of our available shortcodes with an example of each type: