# Hide the back button

**URL:** https://community.glideapps.com/t/hide-the-back-button/12237
**Category:** Ask for Help
**Created:** [July 10, 2020, 12:17am UTC](https://community.glideapps.com/t/hide-the-back-button/12237 "2020-07-10T00:17:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Uelsimon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uelsimon/32/6556_2.png) [@Uelsimon](https://community.glideapps.com/u/Uelsimon)
#### Post date: [July 10, 2020, 12:17am UTC](https://community.glideapps.com/t/hide-the-back-button/12237/1 "2020-07-10T00:17:27Z")

</div>

Is it possible to hide the back button on a screen? Allowing for a forward only path through my app via buttons and links across screens?

---

<div class="post-metadata">

### Author: ![Roberto\_Salim](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/roberto_salim/32/6861_2.png) [@Roberto\_Salim](https://community.glideapps.com/u/Roberto_Salim)
#### Post date: [July 10, 2020, 2:26am UTC](https://community.glideapps.com/t/hide-the-back-button/12237/2 "2020-07-10T02:26:08Z")

</div>

In a native way I think there is no way. But I saw this code on a web page, using Rich Text, see if it works because it didn’t work for me "/

```
<span/>
<style>
@import '//glidetools.ml/app-layout/addScreen?hideCancel&addLabel=Salvar'
</style>

```

 ![Capturar](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/0/05354b73da51fe65814cbd1d8827897d27be1212.png)

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [July 10, 2020, 6:57am UTC](https://community.glideapps.com/t/hide-the-back-button/12237/3 "2020-07-10T06:57:17Z")

</div>

@Roberto_Salim this option is only in a Form Button and hide the Cancel option
