Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.83 KB

TEMPLATE.md

File metadata and controls

60 lines (34 loc) · 1.83 KB

Creating a Simple Template

Creating a template is as easy as creating a normal Word document (.docx). Yet it could be confusing to people who haven't used the Mail Merge feature in Microsoft Word. The steps are as follows:

Setup

  • Create a new word document

Step 1

  • Create your template

Step 2

  • Add mail merge fields

See How to add a mail merge field for specific instructions for your operating system.

  • You should then have something like this:

Step 6

  • A complete template might look like this:

Step 7

NOTE: When adding variables, those that display a value are preceded with an equals sign =. Those that just perform logics, such as loops and conditionals, do not need a preceding equals sign.

How to add a mail merge field

Microsoft Windows

  • Click the Insert tab on the ribbon

Step 3.1

  • Click the Quick Parts dropdown and select Field...

Step 3.2

  • On the dialog, scroll down and select MergeField

Step 3.3a

  • Select Field Codes

Step 3.3b

Step 4

  • In the Field codes input box, enter your variable in front of the MERGEFIELD. Notice the space between the MERGEFIELD and the variable

Step 5

MacOS

  • From the menu bar, open the Insert menu and select Field...
  • Under Categories, select Mail Merge
  • Under Field names, select MergeField
  • Add your variable name in the input box; make sure to leave a space after the word MERGEFIELD
    • Example: MERGEFIELD =person.first_name
  • Click OK