Hi all,
Been asked by a client to create a page to advertise their various services. I’d like to use dynamic links and a database, so they can easily change the name and price of the service in the backend.
What I’ve done is create a database with 2 Fields (Service name and Price), and fill in all the various details.
What I’m trying to do is link a text element to the data set so it will dynamically reflect the corresponding field in the database.
The issue I’m having is that I can’t figure out how to link the text element with a specific row in the database. At the moment, all my dynamic links are appearing as the first row. If I insert a new dataset, it seems to pull in the second row but if I use any more than 3 (datasets), it reverts back to using the top row.
Any ideas how I can link a text element to a specific row in a speficic dataset?
Thank you
EDIT to add pictures.