* Modify the HTMLTemplate2 for in-browser signature capture [[In_Browser_Signature_Capture]]
* Create an RTF template called RTFTemplate1 [[RTF_Templates_for_Outcomes]]
* Edit the first outcome and rename the initial Outcome as MultiDoc [[Form_-_What_is_an_Outcome]]
* Basic - Email Box : Customer Email
* Tidy up the field mapping, as per the question titles
The form should look like
[[File:multidoc_engine_001.png|800px;]]
=== HTMLTemplate1 ===
* Template Name : HTMLTemplate1
* Publicly available : True
* Enable Signature Capture: False
<syntaxhighlight lang="html4strict" >
<font face="Arial" size="3">
=== HTMLTemplate2 ===
* Template Name : HTMLTemplate2
* Publicly available : True
* Enable Signature Capture: False
<syntaxhighlight lang="html4strict" >
<font face="Arial" size="3">
Dear --strCDA_X_field_0_1strCDA_9_field_0_0--,<br /><br />
This is a <em>HTML</em> template email.<br /><br />
Now the signatures<br /><br />
--strAgent_Firstname--
</font>
</syntaxhighlight>
=== RTFTemplate1 ===
* Filename : RTFTemplate1.rtf
<syntaxhighlight lang="xml" >
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang6153{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
\viewkind4\uc1
\pard\sa200\sl276\slmult1\f0\fs22\lang9 Dear --strCDA_X_field_0_1strCDA_9_field_0_0--\par
This is an \b RTF \b0 Template\par
Kind regards,\par
}
</syntaxhighlight>
== Turn on the MultiDoc engine ==
The MultiDoc engine is activated by an outcome. Outcome edit the MultiDoc outcome.
* Use MultiDoc engine : True
* Notes : Please ensure that you create and select HTMLTemplate1, HTMLTemplate2 and RTFTemplate1 before proceeding.
* HTML Templates Allowed : HTMLTemplate1 and HTMLTemplate2
* RTF Templates Allowed : RTFTemplate1.rtf
[[File:multidoc_engine_002.png|800px]]
[[Category:Module Specific:Form Management]]
[[Category:Topic:Outcomes]]
[[Category:Topic:Mail Merge]]