Include Document Field

A document can be uploaded from the questionnaire and the contents included in the generated document using a field of the general form:
{
Include Document
variablename }
where the
VariableName
is a question variable whose datatype is File Upload.
The document will be added in place of the Include field in the generated document.
Note that the file will need to be accessible to the questionnaire user (i.e. either on a local or shared drive).

Examples

{Include Document ClientWordingClause}
{Include Document PartnerCV}
where
ClientWordingClause
and
PartnerCV
are variables which have been defined as File Upload data types and asked on the questionnaire.

Related Content