Templates

Overview

It is common for users to want to use their own custom templates within the Web SDK. To accommodate this we have two different paths depending on your needs.

Template Service

The template service is the more flexible of the two options. Although it requires more development time it allows you more control over where templates are stored and how they are exposed to an individual user. For example you could expose templates base on precinct or any other criteria you may have.

Template Import Utility

The template import utility is a utility that is included in the Web SDK. It can be run on the server to bulk import templates from one or more directories into our internal template database. This effectively replaces our default templates with your own.