The site basically lists all details relating to your car insurance. Initially, I had set it up so that a user would only have one car in their list and so had set up a page (view_car_insurance_group) and it works fine (except for the formatting but that’s for another day!).
I’ve now want to have the ability for a user to have more than one cars. So I have set up a page with a repeating group which lists them (view_car_ins_list). I want the list to be buttons (or links) with the name of the cars (the thing being “your_car”) which when clicked on goes to the “view_car_insurance_group” page but for the car that is clicked on on the previous page (at the moment it is set up to just go to the first car on the list).
I can’t figure out how to do this. Can anyone point me in the right direction?