# Form Conditional Logic

**URL:** https://community.glideapps.com/t/form-conditional-logic/40156
**Category:** Ask for Help
**Created:** [March 28, 2022, 8:15am UTC](https://community.glideapps.com/t/form-conditional-logic/40156 "2022-03-28T08:15:12Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [March 28, 2022, 8:39am UTC](https://community.glideapps.com/t/form-conditional-logic/40156/2 "2022-03-28T08:39:48Z")

</div>

> [@Diya](#):
>
> When someone ticks a box in the form, I need certain fields in the form to go from ‘required’ to ‘not required’ (optional).

Sounds like you just need to have conditional visibility based on the boolean field.

If the boolean is true (means the user ticked the box), you show an entry that is not required.

If the boolean is not true (not is false, which doesn’t cover the case when the boolean is empty), you show an entry that is required.

> [@Diya](#):
>
> I also need a user to be able to save and edit a form later if they need to.

But does the form get submitted in that case? If you want to allow a user to not complete a form and go back to finish and submit it later, use a custom form.

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

---

_[View the full topic](https://community.glideapps.com/t/form-conditional-logic/40156)._
