Select Quiz from another page - Forum

Forum Navigation
You need to log in to create posts and topics.

Select Quiz from another page

I am work with multiple quizzes and would like to select the quiz from a page the person's enters their details on. I can get it to work if its all on one page, but not using the two pages. The reason for two pages is when I print the result sheet, with the Masterpage set, this is printed. I have used HideObject to remove these, was just look a white background, as when you tell the system to print you end up with a white sheet.

 

@m-burdess I don't understand the problem. Do you mean how to get the value from a Combobox placed in another page? There should be no difference at all.

Regards.

@luishp

I'm using a combobox with a variable and telling it to load in a container on page 2, but when I go to the second page its blank. But, if the combobox is on the same page it works?

I'm using a combobox with a variable and telling it to load in a container on page 2

You must do that when on second page, when the Container already exists. Use exactly the same code but in the second Page Code Tab.

Regards