Hi everybody,
I created a multi record loader form to display a list of results, from which each result shall open a single record loader form to display further details of that result. To achieve this I used a custom code module in the first multi loader, creating a link like this:
The variable $searchParam is a field result of the first query.
I tried all possible combinations of "Session to data" "Data to session" in both forms but that variable never showed up in the next form, nor could the debugger indicate where it got lost. It always showed on the debugger's list:
Could anybody be so kind and help me how I have to manage to get that variable working? Thanks in advance.
Herbert
I created a multi record loader form to display a list of results, from which each result shall open a single record loader form to display further details of that result. To achieve this I used a custom code module in the first multi loader, creating a link like this:
index.php?option=com_chronoforms&chronoform=singleResult&sid=".$searchParam."
The variable $searchParam is a field result of the first query.
I tried all possible combinations of "Session to data" "Data to session" in both forms but that variable never showed up in the next form, nor could the debugger indicate where it got lost. It always showed on the debugger's list:
Array
(
[option] => com_chronoforms
[chronoform] => singleResult
[sid] => WM2011
[Itemid] => 136
[view] => category
[layout] => blog
[id] => 10
)
Could anybody be so kind and help me how I have to manage to get that variable working? Thanks in advance.
Herbert