CANNOT FIND THIS ANYWHERE IN YOUR DOCS
I have a View that lists a series of Real Estate Agents (herein, "agents") in an html table and I would like to allow site visitors to click on an agent's name and then view more details about the agent they clicked.
In classic site building approach: I would pass list out the agents in a table, and make the agent's name a link like "<a href=viewprofile?ID=12345" (i.e. pass the ID of the agent) Then on the "viewprofile" page I would look at the URL value of parameter "ID", go to my database to get that specific agent's data and present the profile to the end user.
How would one do this with Zoho? How do you link from one view to another and then, on the second view, grab a parameter that will help you filter your dataset?
Can you help please?
Chris Leo
Leo Graphics