Hello,
I also have the following code which worked perfectly (to create my footer) and it either does not work ....
$htmlFooter = htmlspecialchars_decode($htmlFooter);
$footer = $docx->embedHTML($htmlFooter, array('rawWordML' => true, 'target' => 'defaultFooter'));
$myFooter = $docx->WordFragment(array($footer));
$docx->addFooter(array('default' =>$myFooter));
Now I get the following error
Fatal error: Call to undefined method CreateDocx::createWordMLFragment() in /var/www/vhosts/........./httpdocs/creerdocument/pied_de_page.php on line 17
Must find a solution quickly or give me the 3.7 verison for this domain
cordially