2.2. Advanced customization with variables.
1. Introduction.
In your campaigns, you have the option to configure a common footer on all pages.
2. Step by step.
2.1. How to set up a footer.
You can add the footer from the 'Design' section > 'Content' tab of your campaign edition.
Keep in mind that the footer will be displayed on all pages.
You can include text, images or HTML.
Below, you can see an example of a campaign in which a logo has been included in the footer.
It is also possible to add styles to the footer to, for example, add spacing or a background color. If you want to add styles to your footer, check the tutorial How to add styles to the footer.
2.2. Advanced customization with variables.
The footer supports customization with variables. You can use variables that are common to all pages of a campaign, so you will not be able to use a variable that is only displayed, for example, on the thank-you page.
Check all the variables supported by a campaign.
2.3. Custom HTML.
In campaigns with custom HTML, to render this content in the HTML, you must use the variable {{{ campaign_footer }}}.
HTML example:
<html {{{ cool_tabs_html_attributes }}} >
<head>
<!-- {{{ cool_tabs_head }}} -->
</head>
<body {{{ cool_tabs_body_attributes }}} >
<footer>
{{{ campaign_footer }}}
</footer>
</body>
</html>
If you want to learn how to configure your own HTML for the different screens of a campaign, check the tutorial Advanced customization with custom HTML.
3. Other specifications.
Keep in mind that the footer is incompatible with roulette campaigns. It is not possible to add it.
If you need to configure a different footer for the participation page, contact us at help@cool-tabs.com.
4. Related content.
How to add styles to the footer.
Comments
0 comments
Please sign in to leave a comment.