# Is it possible to disable a button after a set of steps in a Glide action completes?

**URL:** https://community.glideapps.com/t/is-it-possible-to-disable-a-button-after-a-set-of-steps-in-a-glide-action-completes/72211
**Category:** Ask for Help
**Created:** [April 1, 2024, 10:27am UTC](https://community.glideapps.com/t/is-it-possible-to-disable-a-button-after-a-set-of-steps-in-a-glide-action-completes/72211 "2024-04-01T10:27:28Z")
**Posts on this page:** 1
**Showing post:** 9

<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: [April 2, 2024, 1:28am UTC](https://community.glideapps.com/t/is-it-possible-to-disable-a-button-after-a-set-of-steps-in-a-glide-action-completes/72211/9 "2024-04-02T01:28:39Z")

</div>

> [@Exploring the Enhanced Capabilities of Glide's Native Form](https://community.glideapps.com/t/exploring-the-enhanced-capabilities-of-glides-native-form/69876/1):
>
> I want to share about the additional capabilities that we can achieve with Glide’s native form. What I have tested with the help of CSS is that native forms can also be applied for validation. Create your validation in the table columns and present it through messages via the “hint” component. Add the visibility conditional and the class “prevent-submit” to these hint components. Add the following CSS code: /\*Container Form\*/ #page-root:has(.prevent-submi…

This works for disabling buttons as well, using CSS.

---

_[View the full topic](https://community.glideapps.com/t/is-it-possible-to-disable-a-button-after-a-set-of-steps-in-a-glide-action-completes/72211)._
