This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Prevent footer showing on first 2 pages

donifier wrote on 2014-09-24:
Hi there

I need to prevent the footer defined in $client->setFooterHtml being shown on the first 2 pages which is a intro page and index.

Is this possible and how do i go about dealing with this..

Cheers

Steve
support wrote on 2014-09-24:
Hello Steve,

Try this:
$client->setHeaderFooterPageExcludeList("1,2");