This topic is locked

Page relationships?

9/3/2008 1:43:51 PM
PHPRunner General questions
W
wildwally author

I was wondering if it is possible to link a pages relationship to a value selected within a form? To further explain what I meaning, I have a series of check boxes that when selected will allow a page the user to continue to corrisponding pages. I hope this is making sense.
Before attempting this I want to know if it is possible. This all relates to a checklist so to speak, no need for a person to go through a series of pages to submit the information if the task was not selected on the first page.

Sergey Kornilov admin 9/3/2008

Yes, it's possible.
Basically it all depends on how you redirect the user to the next page.

W
wildwally author 9/3/2008

Yes, it's possible.

Basically it all depends on how you redirect the user to the next page.


Does this remain true when dealing with multiple checkboxes?
Looking for something similar to a wizard that will dynamically change based on the user input?

J
Jane 9/4/2008

Hi,
you can check entered values (checkboxes) and redirect to the required page on the After record addedevent on the Eventstab.

W
wildwally author 9/7/2008

Ok then I need more help.
I have multiple textboxs we will just use 1 & 2 for now.
Let say checkbox one is checked (refering to a service they want applied)what would the if statement look like to open "test" page in a new window(detailed questionare about this service).

I can edit the code to include xheck box 2 and so on. i think.
This is the only way I can think of having the differnet pages required to be filled out if the user selects the service by checking the text box. If you know of any other method please fill me in.