- Help Center
- Forms
- DOCX templates
How do I display information in the template only visible to me?
If you want specific information from the questionnaire in the template to be only visible to you, you can then use the stencil code from the example in such cases.
Stencil description:
- Display only in your template
Code example:
{% if section.question == "are not shown" %} Headline (text): Introduction{% end %}