In a docx I have some mail Merge fields.
Is it possible to use these fields and to replace them by some values like we do with the place holder basic syntax ?
In a docx I have some mail Merge fields.
Is it possible to use these fields and to replace them by some values like we do with the place holder basic syntax ?
Hello,
What version and license of phpdocx are you using? You can set mergefields symbols with setTemplateSymbol to use phpdocx template methods:
$docx->setTemplateSymbol('«', '»');
or use modifyMergeFields.
Regards.