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?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Thor
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
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.