ycollier Posted August 24, 2007 Report Share Posted August 24, 2007 I developed a search engine for wines. I would like to pass the wine name field from one page to another. Example: From http://www.winedecider.com/en/search.htm?wine=opus , click on the \"Find it!\" of the first line. You are redirected to http://www.winedecider.com/en/wine_offe ... id=6468387 In this page, I would like to show above the result table the wine name, here \"Opus One, Napa Valley red (US) 1987\". Thanks for your help Quote Link to comment Share on other sites More sharing options...
0 sdi126 Posted August 25, 2007 Report Share Posted August 25, 2007 Where you build the find it link you will just need to append onto the end of the url portion: &[@field:NAMEOFWINE] replace NAMEOFWINE with the name of the field in your table Quote Link to comment Share on other sites More sharing options...
0 ycollier Posted August 25, 2007 Author Report Share Posted August 25, 2007 I see how to add the wine name in the URL (I added it) but how can it be displayed in the header of the second page? Quote Link to comment Share on other sites More sharing options...
0 sdi126 Posted August 26, 2007 Report Share Posted August 26, 2007 You should have an option for adding a header and footer to the page....it is the icon with brackets [ ] In your footer if you have enabled advanced options and parameters (first screen in the wizard (checkboxes)) You can reference a variable in the url using code like so: [@variablename] which in your case is [@wine] Quote Link to comment Share on other sites More sharing options...
0 ycollier Posted August 26, 2007 Author Report Share Posted August 26, 2007 Many thanks Steve. It is very simple and should help many other people. Would be worth mentioning it in the Caspio documentation. Quote Link to comment Share on other sites More sharing options...
0 AtayBalunbalunan Posted February 15, 2019 Report Share Posted February 15, 2019 Caspio's Online Help Center has a documentation for this by now. Here it is: https://howto.caspio.com/parameters/parameters-as-query-string-values/ Quote Link to comment Share on other sites More sharing options...
Question
ycollier
I developed a search engine for wines.
I would like to pass the wine name field from one page to another.
Example:
From http://www.winedecider.com/en/search.htm?wine=opus , click on the \"Find it!\" of the first line.
You are redirected to http://www.winedecider.com/en/wine_offe ... id=6468387
In this page, I would like to show above the result table the wine name, here \"Opus One, Napa Valley red (US) 1987\".
Thanks for your help
Link to comment
Share on other sites
5 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.