BenjaminS Posted February 26 Report Share Posted February 26 Hi, I have embedded a datapage inside a HTML block using iframe following Ned's webinar (here: However, I have a list DataPage form embedded in details page (and not in results as in the tutorial). So my problem is: how and and where do I pass field value as parameter of the ID that was clicked to display the details page? This parameter is needed so that the DataPage embedded in details page will only display the relevant records. Many thanks in advance for any suggestions! Cheers Benjamin Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted February 28 Report Share Posted February 28 Hi @BenjaminS! If I understand your problem correctly, you just want to know how you will pass a field value as the parameter to the details page and where you need to place it. First, how can we pass a parameter value? In Ned's video, around 6:24, the parameter is being passed using a link. For you to be able to pass the field value as a parameter, you need to create a hyperlink in an HTML block that will contain both the link to your details page and the parameter value. For example: <a href="https://this_is_the_direct_link_to_my_details_page.com?ParameterName=[@field:ParameterName]">Link Name</a> This is the structure of a hyperlink that passes a parameter when clicked. You can also check Caspio's article about it: https://howto.caspio.com/parameters/parameters-as-query-string-values/ Lastly, where? You pass the parameters on both your Details page and the List page embedded there. Around 7:30 in Ned's video, he showed that the DataPage is receiving a parameter that will then filter the records showing on the page. I hope this helps Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted February 28 Report Share Posted February 28 Hi! Just to add, you can also check this how-to article: https://howto.caspio.com/tech-tips-and-articles/results-and-details-on-two-separate-web-pages/ -Potato Quote Link to comment Share on other sites More sharing options...
0 BenjaminS Posted March 1 Author Report Share Posted March 1 Dear ParkLoey and PotatoMato, thank you so much for the very helpful responses. I am a newbie so it will take me some time to get through this, but it looks doable even for me. I'll post on the progress and potential follow ups. Cheers Quote Link to comment Share on other sites More sharing options...
Question
BenjaminS
Hi,
I have embedded a datapage inside a HTML block using iframe following Ned's webinar (here:
However, I have a list DataPage form embedded in details page (and not in results as in the tutorial).
So my problem is: how and and where do I pass field value as parameter of the ID that was clicked to display the details page?
This parameter is needed so that the DataPage embedded in details page will only display the relevant records.
Many thanks in advance for any suggestions!
Cheers
Benjamin
Link to comment
Share on other sites
3 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.