How do you set different links to a button

I am creating an app recommending different online courses. I want the button at the bottom to have a unique link for every different class page. I can’t figure out how the same button can send the user to a different website based on which class they clicked on.

You need the links to be in the database. If you have a class collection, and each class has a link on db, the button URL can be current class > website.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.