# Multiple choice in form

**URL:** https://community.glideapps.com/t/multiple-choice-in-form/23560
**Category:** Ask for Help
**Created:** [February 28, 2021, 7:36pm UTC](https://community.glideapps.com/t/multiple-choice-in-form/23560 "2021-02-28T19:36:54Z")
**Posts on this page:** 1
**Showing post:** 2

<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 28, 2021, 8:29pm UTC](https://community.glideapps.com/t/multiple-choice-in-form/23560/2 "2021-02-28T20:29:51Z")

</div>

You can check out the examples here. A user can select multiple items and it builds a Joined List from those selections. This would need to happen outside of a form as it needs to update column values as they are selected, but this could allow you to write that joined list any other details with a button and an Add Row action.

> [@Reset Multiple Rows At Once](https://community.glideapps.com/t/reset-multiple-rows-at-once/22211):
>
> There have been several requests for people to find a way to clear a value in multiple rows. I was thinking about that and came up with a quick example of a way to handle that. Instead of trying to clear a value in an entire column, I realized we could just change one value on a parent column, load it as a single value in our sheet and then compare that parent value to a column that we set or unset for each row. It’s not about clearing an entire column, it’s about making a value in each row n…

---

_[View the full topic](https://community.glideapps.com/t/multiple-choice-in-form/23560)._
