Hello,
I found another topic similar, but the solution in that topic didn't work for me.
I set up 2 forms.
In form 1 I collect some data then in the submit event I do a "save to session" action and redirect to Form 2. The name of this action is "save_to_session17".
In form 2, based on the reply in the earlier topic, I place php code
Hope someone can help here..
Cheers
Tim
I found another topic similar, but the solution in that topic didn't work for me.
I set up 2 forms.
In form 1 I collect some data then in the submit event I do a "save to session" action and redirect to Form 2. The name of this action is "save_to_session17".
In form 2, based on the reply in the earlier topic, I place php code
\GApp::session()->get("save_to_session17.var", "default");before the display_section action and then a debugger which shows:
$this->data['var'] = $this->get("save_to_session17","default");
return $this->data['var'];
Array ( [option] => com_chronoforms6 [chronoform] => test2 [_ga] => GA1.2.1332169317.1437286808 [c0b3da5e2c719fc1d8c4287f74bf65ff] => 3sldcvmijuqkr5g79urlaqquc5 [69acbdca18c366bd0fda2fd3c2f798f1] => gp248pj9lgru6thqnmtlthbe86 [Itemid] => [var] => default )
Array ( [php4] => Array ( [returned] => default [var] => default ) )So obviously it isn't getting the session data returned in the second form, but I can't see what I have done wrong.
Hope someone can help here..
Cheers
Tim