I have a docx file created using word and filled with mail merge fields (by non-tech users). How do I convert that to use "content controls" so I can dull the pain of mail merge telling me "MailMerger(659) - TODO MERGEFIELD field contained complex instruction". I assume that's MS-Word splitting the merge fields across runs???
when I crack open the xml I see:
<w:r>
<w:instrText xml:space="preserve"> MERGEFIELD Guarantor_1_short_name \* </w:instrText>
</w:r>
<w:r w:rsidRPr="001313F4">
<w:instrText>MERGEFORMAT</w:instrText> ...