How would you display a dropdown and the details associated with the selected value?
In a perfect world, the page would have a dropdown and a text box that displays the details of the selected item.
I can display the dropdown without issue, but I'm stumped on how to display the detail info.
Tables I'm working with.
Orders
Products
Orders has a lookup field to Products.
This is a super simple POC site where a user selects a product, then moves to the next step to complete the order detail.