# How can I not allow "Blank Space" to be used to fill up a required field

**URL:** https://community.glideapps.com/t/how-can-i-not-allow-blank-space-to-be-used-to-fill-up-a-required-field/80045
**Category:** Ask for Help
**Created:** [February 13, 2025, 11:26pm UTC](https://community.glideapps.com/t/how-can-i-not-allow-blank-space-to-be-used-to-fill-up-a-required-field/80045 "2025-02-13T23:26:34Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Marketing\_Department](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marketing_department/32/79200_2.png) [@Marketing\_Department](https://community.glideapps.com/u/Marketing_Department)
#### Post date: [February 13, 2025, 11:26pm UTC](https://community.glideapps.com/t/how-can-i-not-allow-blank-space-to-be-used-to-fill-up-a-required-field/80045/1 "2025-02-13T23:26:35Z")

</div>

Hi there,

I made a text entry as a required field in my app. Unfortunately, some users are using blank space to fill it up. May I ask for suggestions on how I can restrict blank space as an acceptable input?

Thank you.

---

<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: [February 14, 2025, 12:16am UTC](https://community.glideapps.com/t/how-can-i-not-allow-blank-space-to-be-used-to-fill-up-a-required-field/80045/2 "2025-02-14T00:16:53Z")

</div>

Unfortunately, it looks like you would have to move to a custom form, trim your input fields and validate them there.

---

<div class="post-metadata">

### Author: ![Marketing\_Department](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marketing_department/32/79200_2.png) [@Marketing\_Department](https://community.glideapps.com/u/Marketing_Department)
#### Post date: [February 14, 2025, 12:33am UTC](https://community.glideapps.com/t/how-can-i-not-allow-blank-space-to-be-used-to-fill-up-a-required-field/80045/3 "2025-02-14T00:33:36Z")

</div>

Hi @ThinhDinh may I ask how I can go about that? My current set up is I have a drop down list which is the “Supplier Name” if in the event that the supplier is not included in the drop down, they will be required to input a Name. Hence the issue with the blank space.

I did this set up because once they enter a new supplier in the text entry, the next time around it will automatically be incuded in the drop down list.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 14, 2025, 12:45am UTC](https://community.glideapps.com/t/how-can-i-not-allow-blank-space-to-be-used-to-fill-up-a-required-field/80045/4 "2025-02-14T00:45:50Z")

</div>

> [@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 particular…

---

<div class="post-metadata">

### Author: ![Marketing\_Department](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marketing_department/32/79200_2.png) [@Marketing\_Department](https://community.glideapps.com/u/Marketing_Department)
#### Post date: [February 14, 2025, 12:54am UTC](https://community.glideapps.com/t/how-can-i-not-allow-blank-space-to-be-used-to-fill-up-a-required-field/80045/5 "2025-02-14T00:54:55Z")

</div>

I’ll check this out @Jeff_Hager. Thank you!
