# Submit button always disabled - even with all fields filled

**URL:** https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641
**Category:** Report a Bug
**Created:** [July 7, 2023, 4:03pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641 "2023-07-07T16:03:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![adowbor](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adowbor/32/44568_2.png) [@adowbor](https://community.glideapps.com/u/adowbor)
#### Post date: [July 7, 2023, 4:03pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641/1 "2023-07-07T16:03:02Z")

</div>

On a new form screen even with no required fields and with all fields filled, the “Submit” button remains disabled. Further, this was working yesterday, as reported by users but it stopped today. Not sure what is driving this and not sure why it would work without any changes to the page. There are some security related errors on the console log while trying to access storage objects on Google.

Many thanks, Alex

Here is the form in question:

> **[Plataforma Tabôa](https://taboa.glide.page/dl/6471c6/s/902107/r/tpKiyKC1SZObHbdJn1habg)**
>
> Plataforma de Informação da Tabôa

We are using Chrome on Windows and Mac.

Console log:

> **[Glide Console](https://www.loom.com/i/c3da98dab07d45dbbd13bd9295875898)**
>
> Check out a screenshot I made via Loom

> [storage.googleapis.com/glide-prod.appspot.com/snapshots-native-table/JqEoFuBH26fTtxFRBMfL.jzon?GoogleAccessId=glide-full-access%40glide-prod.iam.gserviceaccount.com&Expires=1688743784&Signature=UtnUyQETKk8YSmnrdLmcVUJ4x%2FxTc%2BNi49qFVwUHsB7QxhckeGyrNOl2IMrml8f5yCu3EJJ5wv4v1i%2BMFtpauH8XGpvpPW6%2BJBrdtGezf0R5nMXjZdYnxtZMu8TDRf06rP%2BJ%2Firqo%2FezymnaMot1QAQ%2BnbnTr1gkHM52RvOubnsVgJKU%2FT2ll1Evhf%2B9VzBWz2MBMm%2FtIvF4VeVEPmVqLk484y87Fcn5WeLqRc6mNGBOK2LGCDHFYsUiQsIeJ5VZncUDURKvON%2BAjK2uebe5VvOx0fHUmhsLY2kqA3XCEuImf4M16mTcCzuitW2gTCyBzHXz3NlKWgBuDFAkbFtqOA%3D%3D#GlideSnapshotVersion=22173:1](http://storage.googleapis.com/glide-prod.appspot.com/snapshots-native-table/JqEoFuBH26fTtxFRBMfL.jzon?GoogleAccessId=glide-full-access%40glide-prod.iam.gserviceaccount.com&Expires=1688743784&Signature=UtnUyQETKk8YSmnrdLmcVUJ4x%2FxTc%2BNi49qFVwUHsB7QxhckeGyrNOl2IMrml8f5yCu3EJJ5wv4v1i%2BMFtpauH8XGpvpPW6%2BJBrdtGezf0R5nMXjZdYnxtZMu8TDRf06rP%2BJ%2Firqo%2FezymnaMot1QAQ%2BnbnTr1gkHM52RvOubnsVgJKU%2FT2ll1Evhf%2B9VzBWz2MBMm%2FtIvF4VeVEPmVqLk484y87Fcn5WeLqRc6mNGBOK2LGCDHFYsUiQsIeJ5VZncUDURKvON%2BAjK2uebe5VvOx0fHUmhsLY2kqA3XCEuImf4M16mTcCzuitW2gTCyBzHXz3NlKWgBuDFAkbFtqOA%3D%3D#GlideSnapshotVersion=22173:1) Failed to load resource: the server responded with a status of 400 ()

```auto
<Error>
<Code>ExpiredToken</Code>
<Message>Invalid argument.</Message>
<Details>The provided token has expired. Request signature expired at: 2023-07-07T15:29:45+00:00</Details>
</Error>

```

Recording:

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [July 7, 2023, 4:18pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641/2 "2023-07-07T16:18:53Z")

</div>

I believe this has been reported. Are any of your required fields inside of a container?

> [@Containers inside form cannot submit](https://community.glideapps.com/t/containers-inside-form-cannot-submit/63608):
>
> Earlier this morning, my forms that use the container, cannot allow submission. I had to move my form elements out of the container, then it worked. I believe this has affected all other Glide apps as well as another of my app that uses the container, where submit button cannot be pressed. Glide Team, please help to check, containers are an amazing thing! Tx.

---

<div class="post-metadata">

### Author: ![adowbor](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adowbor/32/44568_2.png) [@adowbor](https://community.glideapps.com/u/adowbor)
#### Post date: [July 7, 2023, 5:36pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641/3 "2023-07-07T17:36:36Z")

</div>

Thanks for replying Robert.

I don’t have any required fields but all my fields are in containers. I have a lot of fields so I don’t really want to have to redesign the page. As work-around we’ve added placeholder records to the database and folks are updating those records as the issue is not present on the Update form.

👉 Hope that the Glide team has taken notice.

PS: just watched your session on help-desk with Glide and OpenAI. Great content, always very clear and insightful.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 7, 2023, 5:45pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641/4 "2023-07-07T17:45:26Z")

</div>

> [@adowbor](#):
>
> I don’t have any required fields but all my fields are in containers. I have a lot of fields so I don’t really want to have to redesign the page. As work-around we’ve added placeholder records to the database and folks are updating those records as the issue is not present on the Update form.

A fix is on the way, but in the meantime if you move your input components outside of containers, it should work.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [July 7, 2023, 7:37pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641/6 "2023-07-07T19:37:09Z")

</div>

> [@adowbor](#):
>
> PS: just watched your session on help-desk with Glide and OpenAI. Great content, always very clear and insightful.

Much appreciated!

---

<div class="post-metadata">

### Author: ![adowbor](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adowbor/32/44568_2.png) [@adowbor](https://community.glideapps.com/u/adowbor)
#### Post date: [July 11, 2023, 1:59pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641/7 "2023-07-11T13:59:17Z")

</div>

Looks like the issue has been resolved. Thank you Glide team! 🙏

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 12, 2023, 1:59pm UTC](https://community.glideapps.com/t/submit-button-always-disabled-even-with-all-fields-filled/63641/8 "2023-07-12T13:59:55Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
