Contribution Statements - HTML Option ===================================== The HTML option for contribution statements allows for more complete customization than is possible with the default statements. The special content files **StatementHeader** and **StatementNotice** still control what is displayed at the top of the statements. But with the HTML option enabled, you can also control the format of the rest of the statement with the new files **StatementTemplate**, **StatementTemplateBody**, and **StatementTemplateFooter**. Later in this article, samples of the files are provided, as well as information about the replacement codes that can be used in the templates. To switch to the new custom statements, prepare the above-mentioned files per the directions below. Then add the setting ``UseNewStatementsFormat`` with a value of ``True``. After setting this to ``True``, the first time you view a contribution statement, if you have not already created the files, default files for **StatementTemplate** and **StatementTemplateBody** will be created and placed on the Text Content tab. .. Important:: The default templates will be suitable in most cases. Do not attempt extensive customization unless you have the in-staff HTML expertise to make the desired changes to the statement templates. It is outside the scope of our support to create customized statements for you or to offer guidance beyond the information provided in this help article. Custom Statements for Ministry Fund Sets ---------------------------------------- If you currently use the Custom Statements feature, allowing you to generate custom statements for particular sets of funds, you can still use that feature with this HTML option. As before, you will continue to define the header and notice for your custom statements with the **CustomStatements** file. But with the ``UseNewStatementsFormat`` setting set to ``True``, you will now also be able to define the ``Template``, ``TemplateBody``, and ``Footer``. .. seealso:: :doc:`CustomStatements` All five elements can be configured either by including a block of HTML code within the appropriate tags (such as `` [HTML code block] ``) or by referencing an external special content file as an attribute within the tag. An example of this second method is ```` where the filename can be one of your own choosing. The sample code below contains the available tags and demonstrates their use with the second (external file) method. .. code-block:: xml :linenos: