Hi
Ive put a Link on a repeating group on a 'listings search page ’ the correct ID from random Alphanumeric string (from block spring) displays in the url but on the ‘individual listing page’ The information thats displayed always shows the first listing thats stored in the data base and not the listing that is referenced by the id in the url
I followed Code free start up Lesson 9 (Passing URL parameters)
What have a typed wrong and what should I type so that on the repeating group on the listings search page I can click any listing and the correct listing is shown on the individual listing page
Also on individual listing page I clicked
“Parent groups … Listing …”
So what I think is happening is the correct URL with the correct ID with the random Alphanumeric string is correctly showing no matter which box in the previous page repeating group is clicked but in the photo where it says Search for … listings:first item
I think its ignoring the ID displayed in the URL and Literally displaying the information thats the first item in the data base
why I say this is I experimented swapping 'first item ’ for ‘random item’ and it just displays a random listing. also ‘last item’ displays the last items listing stored in data base
so question is how do I get the information displayed on the page when I reference “parent groups…” to match with the id shown in the URL