---
title: "pagefooter macro"
canonical: "https://support.appfire.com/space/CDML/650251276/pagefooter%20macro"
format: markdown
---
> Macro (aura-html)


## Overview

> Macro (excerpt)
> 
> Add content to page footer

The `pagefooter` macro renders it's body content (wiki markup) in the context of the page or blog post that your workflow is applied to.

Note: This macro is an alternative to the `footer` (or `footertemplate`) parameter of the **[workflow](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649662219)**[ macro](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649662219).

## Where to use it?

Optional.

One `pagefooter` macro can be put in a **[workflow](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649662219)**[ macro](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649662219).

## Parameters

| **Parameter** | **Required** | **Default** | **Notes** | **Ver** |
| --- | --- | --- | --- | --- |
| *macro body* | :check_mark: |  | Footer content:<br>- Wiki markup – see [Confluence Wiki Markup](https://confluence.atlassian.com/display/DOC/Confluence+Wiki+Markup)
- Can use any character set supported by your Confluence server – except some [reserved characters](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649859070).<br>The following macros can be used in the footer:<br>> Macro (contentbylabel) | 3.1+ |
| `visibility` |  | `contributors` | Who can see the footer?<br>- `contributors` – users who can edit the page
- `readonly` – users who can view, but not edit, the page
- `all` – both `contributors` and `readonly` users<br>> Macro (contentbylabel) | 3.1+ |

## Example

```plaintext
{workflow:name=Page Footer}
   {pagefooter}
      wiki markup to show at bottom of page
   {pagefooter}
   {state:Example}
   {state}
{workflow}
```

You can add the workflow page footer using the workflow builder **[Page Layout](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649693867)**[ editor](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649693867).

![image](media://5877e15b-b62f-47a7-962a-80ea7deb40c3)

Set who can see the footer based on Confluence user permissions using the dropdown menu options.

## See also

[Workflow Authoring Guide](https://appfire.atlassian.net/wiki/spaces/CDML/pages/648611901):

- [Notifications](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649957056)
- [Events](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649759655)
- [Triggers](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649563178)
- [Actions](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649858941)

[Reporting Guide](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649070833):

- [Workflow Macros](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649954318)
- [Confluence Macros](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649824255)