# Required fields when hidden

**URL:** https://community.glideapps.com/t/required-fields-when-hidden/28882
**Category:** Ask for Help
**Created:** [July 9, 2021, 7:54am UTC](https://community.glideapps.com/t/required-fields-when-hidden/28882 "2021-07-09T07:54:53Z")
**Posts on this page:** 1
**Showing post:** 4

<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 9, 2021, 1:27pm UTC](https://community.glideapps.com/t/required-fields-when-hidden/28882/4 "2021-07-09T13:27:34Z")

</div>

If clients insist on a form I use CSS to control the submit button.

```auto
<pre><span><style>

[data-test="nav-button-Submit"] {
pointer-events: none;
opacity: 0.4;
}

```

Then I can conditionally control when to make this “visible”.

---

_[View the full topic](https://community.glideapps.com/t/required-fields-when-hidden/28882)._
