Im doing a print ordering website. but unfortunately, I got a WDE005 error when I do a conditional statements regarding the sorting of element data in a dropdown although I have same database name, collection name on both the code and the collection properties.
Can anybody suggest any solutions to these issues. aside from telling me it’s case sensitive (as I did ctrl+C - ctrl + V’d it already) to ensure they are both identical.
Corvid Lords I’m kneeling before you! Spare my nooby brain…
I managed to solve this problem already. but new problem came out., I followed the same code patterns in dropdown filtering stated in Code Queen tutorial but I had been stuck at not able to view the dropdown list from the database. There’s a warning that says " The selectOption parameter at index 0 that is passed to the options function cannot be set to [object Object]. Options must contain either a non-null value or a non-null label."