# SETFOOTER

Display or hide the page footer.

### Syntax

```javascript
SETFOOTER(value)
```

### Arguments

value - Boolean value used to control footer visibility. Set to TRUE to display the footer.

### Example

```
SETFOOTER(TRUE)
//Displays the footer
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FYAqUNuLb432oWFkRZ8Jk%2Fimage.png?alt=media&#x26;token=c0433ae5-8dcb-4f86-918a-1872986ce38d" alt=""><figcaption><p>Script to control footer visbility</p></figcaption></figure>

Observe how the footer displayed or hidden:

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FeHXcaPr604Ke64uZN8r2%2FUntitled%20Project.gif?alt=media&#x26;token=7a357509-85ac-4dfd-a7cf-5182b611b4f2" alt=""><figcaption><p>Controlling footer visibility with scripts</p></figcaption></figure>
