# Replace email address with text

**URL:** https://community.glideapps.com/t/replace-email-address-with-text/29031
**Category:** Ask for Help
**Created:** [July 13, 2021, 7:12am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031 "2021-07-13T07:12:59Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 13, 2021, 7:12am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/1 "2021-07-13T07:12:59Z")

</div>

Email component

Is it possible to not display the actual send to email address I would prefer to add a bit of text instead ie, “ **email app support** ”

 ![Screenshot 2021-07-13 at 09.05.36](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/b/9b18b2730c0fc3d071b038bd9171b0e975e87e70.png)

It just looks a bit untidy!  
Thanks

---

<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: [July 13, 2021, 8:08am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/2 "2021-07-13T08:08:39Z")

</div>

I think without using a workaround you can just have a button and use a compose email action.

Do you want to use CSS to hide the email here instead?

---

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 13, 2021, 9:01am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/3 "2021-07-13T09:01:36Z")

</div>

I have tried the button (Email) and it puts the column title plus the full email address too  
So if there is any CSS that may be

 ![Screenshot 2021-07-13 at 10.59.53](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/d/cdd6e3a25a36330c7b8dd5ccfafba5d1f2727a4f.png)  
the answer

Thanks

---

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [July 13, 2021, 9:33am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/4 "2021-07-13T09:33:13Z")

</div>

there is no need for css, just use an Action Text component

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/a/ea7c098769f4d1a1be6450161c864f4c0d8ace29.jpeg)

---

<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: [July 13, 2021, 9:34am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/5 "2021-07-13T09:34:43Z")

</div>

I meant a button that points to a compose email action, not the email component.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [July 13, 2021, 9:36am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/6 "2021-07-13T09:36:28Z")

</div>

I think he wants to send an email without showing the recipient and body… for that you can use a script with trigger… or you can use action with PRO App

 ![Screen Shot 2021-07-13 at 5.40.48 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/8/98c4552f667bce6350f725347052393dfaa8415c.png)

---

<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: [July 13, 2021, 10:10am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/7 "2021-07-13T10:10:56Z")

</div>

This is ideal, great use of the new icons available for action text.

---

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [July 13, 2021, 10:13am UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/8 "2021-07-13T10:13:40Z")

</div>

yes I did not put the same icon ☹ but to do like Email, the icon is called “Envelope”

---

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 13, 2021, 8:22pm UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/9 "2021-07-13T20:22:52Z")

</div>

Thanks for your input  
I just want to avoid seeing the email address [leggett.baremeter@gmail.com]  
I gave tried email button and action text but the email address is always shown  
Thanks

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [July 13, 2021, 9:33pm UTC](https://community.glideapps.com/t/replace-email-address-with-text/29031/10 "2021-07-13T21:33:31Z")

</div>

here is a sample of a button to send an email: [SAMPLE](https://test-sa.glideapp.io/dl/ewAiAHQAIgA6ADcALAAiAHMAIgA6ACIAbQBlAG4AdQAtADMANABkADYANQAyAGMANgAtADIAYgA5ADgALQA0AGUAZQBlAC0AOQBmADIANwAtAGYANABjADEANAA4AGIAYgAzADQAZAAzAC0AZQA0ADAAYwBlADIAZgA2ADEANgAxADgAMwA5ADMAMgAwADEANgA3ADkAZQBmADcANAAzADQAYQBjAGYAMwA1ACIALAAiAHIAIgA6ACIAYQBJAE4AVQA1AHQAWgBmAFIAdwBTAGoAUABNAFcAYgBVADMAVABOAFAAQQAiACwAIgBuACIAOgAiAGUAbQBhAGkAbAAgAGIAdQB0AHQAbwBuACIAfQA%3D)

[![Screen Shot 2021-07-13 at 5.30.46 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/1/e1eadd13d9b12edaa4368e828ec1842fd4e8c793.png)](https://test-sa.glideapp.io/dl/ewAiAHQAIgA6ADcALAAiAHMAIgA6ACIAbQBlAG4AdQAtADMANABkADYANQAyAGMANgAtADIAYgA5ADgALQA0AGUAZQBlAC0AOQBmADIANwAtAGYANABjADEANAA4AGIAYgAzADQAZAAzAC0AZQA0ADAAYwBlADIAZgA2ADEANgAxADgAMwA5ADMAMgAwADEANgA3ADkAZQBmADcANAAzADQAYQBjAGYAMwA1ACIALAAiAHIAIgA6ACIAYQBJAE4AVQA1AHQAWgBmAFIAdwBTAGoAUABNAFcAYgBVADMAVABOAFAAQQAiACwAIgBuACIAOgAiAGUAbQBhAGkAbAAgAGIAdQB0AHQAbwBuACIAfQA%3D)

just enter a valid email to test the button, click the button… and check your mailbox…
