I am using the Caspio Knowledge Base App.
The following code placed into an html block will display the "Details" link on a Results Page to show detailed content:
<a style="color: #FF6600" href="[@app:Member_ArtDetails_URL]?aid=[@field:Article_ID]">Details</a>
What code do I need in an html block to display a link that will allow the user to click to display the content of a specific field in a table? Lets say I have a table field called "Summary." What code will allow the user to click a link called "Summary" on the Results Page to display the contents of the field "Summary" for that specific Record from the table?
Thanks,
Thor