# Drop down lists in Thunkable X

**URL:** https://community.thunkable.com/t/drop-down-lists-in-thunkable-x/1556715
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [October 12, 2021, 1:49am UTC](https://community.thunkable.com/t/drop-down-lists-in-thunkable-x/1556715 "2021-10-12T01:49:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![legogamechangers3](https://avatars.discourse-cdn.com/v4/letter/l/c37758/32.png) [@legogamechangers3](https://community.thunkable.com/u/legogamechangers3)
#### Post date: [October 12, 2021, 1:49am UTC](https://community.thunkable.com/t/drop-down-lists-in-thunkable-x/1556715/1 "2021-10-12T01:49:37Z")

</div>

Helping a couple of middle schoolers code an app using thunkable and they love it. We are struggling with the drop down list - they want a user to select from different vehicle types on a form

I looked at [Drop-down Menu/Spinner Tutorial](https://community.thunkable.com/t/drop-down-menu-spinner-tutorial/75745) but it is using options that are not available like from - maybe we are missing something basic but is there a newer or different way to do this now?  
Thx  
M

---

<div class="post-metadata">

### Author: ![namitnagar](https://avatars.discourse-cdn.com/v4/letter/n/a183cd/32.png) [@namitnagar](https://community.thunkable.com/u/namitnagar)
#### Post date: [October 12, 2021, 2:05am UTC](https://community.thunkable.com/t/drop-down-lists-in-thunkable-x/1556715/2 "2021-10-12T02:05:47Z")

</div>

Designing

Step 1 - Take a list and put the items you want  
Step 2 - put a label above that list  
Step 3 - Set list viewer visible to false

Blocks

Step 1 - When label click set list viewer visible true.  
Step 2 - When list viewer item click take a variable set that variable to item and set lsit viewer visible false.

If you want an example you may see the translators app by alebrt.  
Thanks  
Namit

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 12, 2021, 4:27am UTC](https://community.thunkable.com/t/drop-down-lists-in-thunkable-x/1556715/3 "2021-10-12T04:27:18Z")

</div>

If you’re using the newer Drag and Drop interface, I’ve created this method:

> [@\[Solved\] How to Create Drop down list](https://community.thunkable.com/t/how-to-create-drop-down-list/1234018/6):
>
> Here you go: [https://x.thunkable.com/copy/284892e1a4b75fbfdb4ae67e938bf919](https://x.thunkable.com/copy/284892e1a4b75fbfdb4ae67e938bf919) [image] [image]

You can also use a list viewer… it’s a ready-made component for displaying multiple choices and returning the choice that was made (item text and index position).

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [October 12, 2021, 7:14am UTC](https://community.thunkable.com/t/drop-down-lists-in-thunkable-x/1556715/4 "2021-10-12T07:14:48Z")

</div>

See this example  
[https://x.thunkable.com/projectPage/5fce83a95373b000115a9279](https://x.thunkable.com/projectPage/5fce83a95373b000115a9279)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:14pm UTC](https://community.thunkable.com/t/drop-down-lists-in-thunkable-x/1556715/5 "2024-11-08T13:14:52Z")

</div>


