---
title: "Adding a Print button to the Single Entry page"
date: 2026-04-23
author: "GravityKit"
link: "https://www.gravitykit.com/docs/gravityview/getting-started-gravityview/adding-a-print-button-to-the-entry/"
---

Sometimes we want to add a Print button/link to our Single Entry page to allow our users to print/download the contents of that page.

 You can achieve this with the help of the [Custom Content field](https://www.gravitykit.com/docs/gravityview/getting-started-gravityview/using-the-custom-content-field/).

 Just add a Custom Content field to the widget zone of your View with the code below:

```
Print
```

```
Print
```

![Custom HTML snippet for adding a Print button using JavaScript onClick event](https://www.gravitykit.com/wp-content/uploads/2025/10/file-FG7qolse3X.png)
*You might also find the following article interesting: [How To Set Up A Print Style Sheet](http://www.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/)*