I'm tying to add a module to the confirmation message. I added the same module inside the form ursing this code:
The code is not working for the confirmation message. It's there any way to do this?
<?php jimport('joomla.application.module.helper');
$modules = JModuleHelper::getModules('position1');
foreach($modules as $module)
{
echo JModuleHelper::renderModule($module);
}
?>
The code is not working for the confirmation message. It's there any way to do this?