# Button displaying text

**URL:** https://community.glideapps.com/t/button-displaying-text/68492
**Category:** Ask for Help
**Created:** [December 7, 2023, 10:09pm UTC](https://community.glideapps.com/t/button-displaying-text/68492 "2023-12-07T22:09:31Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![nsingleton1](https://avatars.discourse-cdn.com/v4/letter/n/91b2a8/32.png) [@nsingleton1](https://community.glideapps.com/u/nsingleton1)
#### Post date: [December 7, 2023, 10:09pm UTC](https://community.glideapps.com/t/button-displaying-text/68492/1 "2023-12-07T22:09:31Z")

</div>

Hello. Is it possible to add a button on a page when clicked displays some text (static text - not from data). If so, how do I do this?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [December 7, 2023, 10:14pm UTC](https://community.glideapps.com/t/button-displaying-text/68492/2 "2023-12-07T22:14:43Z")

</div>

Create a User Specific Boolean column in your table. Then change the action on the button to a Set Column action and configure the action to write ‘true’ into that user specific boolean column. Use that column in a visibility condition on the component you are using to display the text.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 7, 2023, 11:34pm UTC](https://community.glideapps.com/t/button-displaying-text/68492/3 "2023-12-07T23:34:21Z")

</div>

An alternative for you is this.

> **[HTML summary Tag](https://www.w3schools.com/tags/tag_summary.asp)**
>
> W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

> **Epcot Center**
>
> Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.

---

<div class="post-metadata">

### Author: ![nsingleton1](https://avatars.discourse-cdn.com/v4/letter/n/91b2a8/32.png) [@nsingleton1](https://community.glideapps.com/u/nsingleton1)
#### Post date: [December 9, 2023, 3:24pm UTC](https://community.glideapps.com/t/button-displaying-text/68492/4 "2023-12-09T15:24:17Z")

</div>

Perfect. Thank you.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 9, 2023, 11:39pm UTC](https://community.glideapps.com/t/button-displaying-text/68492/5 "2023-12-09T23:39:09Z")

</div>

Please note that the set column action will consume more updates.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [December 16, 2023, 11:39pm UTC](https://community.glideapps.com/t/button-displaying-text/68492/6 "2023-12-16T23:39:44Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
