Hiya all! Not the best at explaining but essentially I have a page like this:
Both the rich text editor and the dropdown are connected to the same dataset. The dataset is connected to a database where each item has two properties: “title” and “entry”. The dropdown connects to the “title” property, and the rich text editor connects to the “entry” property.
Currently, both elements are displaying content from the first item of the dataset.
The problem: When the user selects a different title from the dropdown, I want the rich text editor to display the corresponding entry. However, with the way I have it set up currently, changing the selected option in the dropdown does not reflect at all in the rich text editor (naturally, as there is nothing connecting the two of them). I’m just wondering if there is a way to accomplish what I want? And if so, which functions should I perhaps take a look at? I’m pretty new to programming in Wix and am feeling a bit lost ahaha
Thank you so much for your time!!