Hi,
Another newbie question. I’m not finding any useful instructions on how to use parameters to pass data from a search results page to a “product detail” page. Pretty basic concept.
-
I have groups as my basic thing/database - groups have:
Names
websites
location
(for now that’s enough)
short form ID generated from Blockspring - this works great -
I have a search results page -
Shows the group data from above in a repeating group. Also works great. -
Clicking on a link in the repeating group takes the user to a group detail page with more information on said group.
What I’d like to do is pass the relevant field data through using an external URL and the ID set as a parameter. I get the logic, but not having any luck implementing.
The system sets my ID to first item in a list and I end up with the fields from the first search results item in the group detail page, every time. I can share my file though it’s pretty big and messy. I’ve been following the Code-Free Startup class on building an AirBnB like app - but it’s not really sufficient for understanding the logic in this case. Any advice or other samples of this functionality much appreciated, does seem pretty basic.