Quick question, does anyone know if the Mailing List Confirmation page can be changed? Currently it is just text and it would be nice to be able to add marketing information to the page as needed.
Hi Peter There isn't really a built in facility for editing that, but maybe you could do something with the $xxMLConf parameter? For example, it is by default set to...
$GLOBALS['xxMLConf']='Mailing List Confirmation';
But if you change that to say...
$GLOBALS['xxMLConf']='Mailing List Confirmation</div><div class="yourclass">Now add your content here';
The default text is placed in a DIV by the code, so you need to close that div then start your own which doesn't need to be closed.