I am trying to create two web pages that are in a one-to-many relationship according to the tutorial and video from the Caspio support center. The directions have me add an html block in the Configure Results section of the search and report datapage that appears in the first web page. The html block is a simple tag to redirect to the next web page and pass an ID as the parameter. The next page then has three datapages deployed on it, each set up to receive the ID as the unique parameter and thus show data ONLY related to that ID.
In our particular case, we have a database of volunteers called "elves" and each has a unique "Elf ID". The search and report page should allow us to search for a volunteer and then when we click on the html link set up, I want the next page to show that volunteer's contact information (a details report), contribution history (a tabular report), and their volunteer history (a details report).
I did everything according to the tutorial and video. The search and results datapage is working fine, but when I click on the html link to go to the next page, it redirects me to the homepage of our website, not the correct url where the subsequent three datapages are deployed. I have checked and double checked the html code and it looks exactly like it should (and shows that it is passing the parameter - according to the url that comes up on the bottom of the screen when you hover over the link.)
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
gcbauer03
I'm stuck.
I am trying to create two web pages that are in a one-to-many relationship according to the tutorial and video from the Caspio support center. The directions have me add an html block in the Configure Results section of the search and report datapage that appears in the first web page. The html block is a simple tag to redirect to the next web page and pass an ID as the parameter. The next page then has three datapages deployed on it, each set up to receive the ID as the unique parameter and thus show data ONLY related to that ID.
In our particular case, we have a database of volunteers called "elves" and each has a unique "Elf ID". The search and report page should allow us to search for a volunteer and then when we click on the html link set up, I want the next page to show that volunteer's contact information (a details report), contribution history (a tabular report), and their volunteer history (a details report).
I did everything according to the tutorial and video. The search and results datapage is working fine, but when I click on the html link to go to the next page, it redirects me to the homepage of our website, not the correct url where the subsequent three datapages are deployed. I have checked and double checked the html code and it looks exactly like it should (and shows that it is passing the parameter - according to the url that comes up on the bottom of the screen when you hover over the link.)
Can anyone help me troubleshoot this problem?
Link to comment
Share on other sites
11 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.