Hey all,
Coding noob here, I know some Javascript, but unfamiliar with database stuff, so thank you all for any help/insight.
I have a dropdown that’s connected to a dataset. The dropdown lets you pick a name “Joe, Marry, Sam”. The data set has three fields “name, rank, color”. When I select a name in the dropdown and hit my “Submit” button I want to be able to pull the “rank, color” for the name then list out with labels.(Joe, 3, Blue)
I have gotten it all figured out expected the querying of the dataset to pull the other fields back.
Thank you all again!