September 12, 201114 yr Hello, I'll build a database for a simple order system. On the first layout i'll have a drop down menu in a portal. Now i want to disable users to type text in this drop down menu how can i do this. I only want that they can choose values from this list and no typing at all. Thanks already,
September 12, 201114 yr You'd be better off with either a popup menu or a popup select window. What is the user selecting from the drop down? Ideally, it's an ID of a related record -- not a text value. See this demo.
Create an account or sign in to comment