Page 1 of 1

Scrolling Text Box

Posted: Tue Dec 24, 2019 2:24 pm
by jiminprovo
Imagine I want a text box with a list of the 50 states. I want perhaps 10 to appear in the box at a time. A vertical scroll bar allows all states to be viewed. No problem so far. I can select text for a state and through the Events section I can create a link to another page in the project. This is also fine. The issue is that all states follow the same link. In the Events section, the first event determines where ALL items go. Obviously I want each state to go to a different page. How do I do this in a scrolling box?

Re: Scrolling Text Box

Posted: Tue Dec 24, 2019 2:52 pm
by BaconFries
What you require is a Combobox or in this instance the GoMenu in Navigation. With this you insert the states names and a link to each one.

Re: Scrolling Text Box

Posted: Tue Dec 24, 2019 10:24 pm
by jiminprovo
GoMenu did the trick. Had trouble finding it, but finally did. I did not see a way to attach links in the ComboBox. Thank you for your help.