# Limit multiple selection option

**URL:** https://community.glideapps.com/t/limit-multiple-selection-option/38475
**Category:** Ask for Help
**Created:** [February 14, 2022, 5:56pm UTC](https://community.glideapps.com/t/limit-multiple-selection-option/38475 "2022-02-14T17:56:01Z")
**Posts on this page:** 1
**Showing post:** 8

<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, 2022, 11:59pm UTC](https://community.glideapps.com/t/limit-multiple-selection-option/38475/8 "2022-02-14T23:59:14Z")

</div>

You can 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…

Then I assume you story the university choices in a field called “Universities”.

Use a split text column to split that into an array and use a plugin to count the array length. It should give you the number to do some conditional visibilities.

---

_[View the full topic](https://community.glideapps.com/t/limit-multiple-selection-option/38475)._
