I’m building a music database and when a user submits a song they can choose the genre from a dropdown.
I now want to build a list of links to a page of each of those genres.
For example:
Alternative Rock
Blues
Country
etc…
Each linking to their respective page.
I have built the page and I know how to send the data, the problem is that I don’t know how to display a list of the genres in the form of links.
I’ve tried making the dropdown a reusable element and then adding it as an invisible element on the page. From there I tried to create a repeating group and choose a data source from the dropdown box, but it doesn’t appear to work.
Can someone please provide me instructions on how to do this?