Hello Coders,
The organization I’m managing digital marketing for is in the middle of a campaign, so I’ll hope someone colud help me sort it out 
I build 3 forms with Wix Code - all of them worked perfectly 2 or 3 days ago. I cheked them multiple times and all data (inculding dropdown lists) saved in the database just fine.
Yesterday I found out the dropdown lists in all of my forms are presenting blank field insted of the items I created. I tried to delete and recreate them again, but the moment I connect them to the dataset they stop working.
This is a picture of my Dropdown Items and part of the form:
It is connected to this dataset
All the code written to this page is irrelevant to the dropdown lists.
Thanks for helping
Hey Omri,
Welcome to the Wix Code forums.
I’ve been looking at the picture of your site and I gotta be honest, can’t figure out what’s going on.
It’s a bit strange that dropdown would suddenly be blank. Must be a reason hidden somewhere.
Can you provide more information? If you post the URL we can then inpect.
Yisrael
Hey Yisrael, thank for your quick respone.
You’re right, I forgot the 3rd pic:

This is how it looks when a user clicks on the dropdown list.
Page URL: https://www.ruachgabit.org/festival-volunteering-registration
The error occurs all over the website…
Both here:
https://www.ruachgabit.org/festival-groups-registration
and here:
https://www.ruachgabit.org/festival-singles-registration
Hi Omri,
From what I can see things look OK. The dropdowns are connected to the appropriate datasets, and the datasets are connected to the appropriate collections. However, the collections are empty, so there is nothing to populate the dropdowns.
But my collections should be empty if I understand it correctly.
The purpse of those collections is to be filled with our users’s info.
They fill the form, pick the desired item from the dropdown list and submit - then my collection (live database) should recieve the info…
I’ve done it 3 days ago and it worked.
This is the live database of my VolunteersReg dataset. The fields marked in red is written by 2 users , at the time the dropdown worked fine. The items those users picked is taken from this dropdown list:
Am I missing something here?
Aha - I see the problem. You have a list (Manage Dropdown List), but you’ve connected the dropdown to a field in the database collection. The connection tries to populate the dropdown from the collection.
For example:
You want
Value connects to , but you don’t want
Connect a List .
OMG.
You’re right. Thanks so much for helping me 
I appreciate it.