# Add conditions issue, datetime

**URL:** https://community.glideapps.com/t/add-conditions-issue-datetime/47337
**Category:** Ask for Help
**Created:** [August 20, 2022, 8:47pm UTC](https://community.glideapps.com/t/add-conditions-issue-datetime/47337 "2022-08-20T20:47:19Z")
**Posts on this page:** 1
**Showing post:** 5

<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: [August 22, 2022, 12:17am UTC](https://community.glideapps.com/t/add-conditions-issue-datetime/47337/5 "2022-08-22T00:17:23Z")

</div>

As @ShantanuIyengar said, there’s no real validation in a form environment to disable the submit button as you want.

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particula…

If you need it to be validated at that stage, create a custom form. Disable the submit button with your condition should work, because it’s a visibility condition at that point.

---

_[View the full topic](https://community.glideapps.com/t/add-conditions-issue-datetime/47337)._
