# Button

With this display option, you can select an existent HTML button on your site that when clicked, will show the pickzen as a popup:

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MFjbQeEi2AYTH10VqRl%2F-MFjbnQp2wmd2B0XzHbb%2Fimage.png?alt=media\&token=36b197c2-3eef-4ebf-9b6b-6422878bd906)

Adjust the popup width and height for desktop and click on the **Get the code** button. A popup with direction will show up:

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MFjbQeEi2AYTH10VqRl%2F-MFjbvboX1CxI_8vwPql%2Fimage.png?alt=media\&token=18ae04cd-73ae-45cd-bea8-feb7523a350a)

Simply edit your page HTML and add the provided code to the HTML button you want to configure. Following this example, in case the button HTML was:

```markup
<button>Take the quiz</a>
```

it should be changed to:

```markup
<button id="#pz-PY7iZrzr7DS-100pct_100pct">Take the quiz</a>
```
