I created a database collection and linked two drop-down menus “pick a course” and preferred day/time" to the collection.
However the drop-down menus stopped working - the drop-down list stopped showing up. Only when I remove the link, will the drop-down menus work again.
The webpage URL is https://www.bassdojo.pro/user-form
Can anyone please advise what I should do to correct this error?
Hi Bassdojopro,
Looks like I posted on your other forum post and hadn’t seen this one yet… A question I asked was why there was no info in the drop-downs and to add info to that then maybe the submit button would work. I see this now.
First thing that comes to mind is if you have data to connect to. As in, the field that the drop-down is connected to, are there actual values to display? Make sure the field in your database is the the correct format (number, text, time, etc.) and try again.
Another thing to think about is that you may not even need to have the labels/values connected to your database. If you list them directly on your drop-down then the selected one will be added to that input for your database. Or at least that’s how I remember it to work, memory is a bit foggy though… Let me know what happens.
Hope this helps!
Luke