Carry Selected droplist value to another page


#1

Hi,

I am trying to get the droplist text/value into the next site.
The text/value of my droplist should get carried to the next page.

Thank you for your help.


#2

You can put the value into (for example) the global OnLoadVariable on one page, then use the OnPageLoad interaction on the other page to put the value of that variable onto another object.

Global variables are the only way you can carry data over between pages. A lot of people use dynamic panels instead of pages so that data is more easily preserved between states of the UI. There aren’t usually very strong reasons to use separate pages in Axure unless you want to keep complexity/weight down per page perhaps.