Hi Community
in the Chronoforms FAQ (https://www.chronoengine.com/faqs/74-chronoforms/chronoforms6/5289-variable-shortcodes) is described that it exists the Session Shortcode.
I am able to store simple Values like:
But how about storing complex vars like arrays?
How is the syntax to archieve it to store return vars from a function or something in the {data:} into session?
in the Chronoforms FAQ (https://www.chronoengine.com/faqs/74-chronoforms/chronoforms6/5289-variable-shortcodes) is described that it exists the Session Shortcode.
I am able to store simple Values like:
{session.set:mydata$something}so if i call
{session:mydata}it display's something - NICE
But how about storing complex vars like arrays?
How is the syntax to archieve it to store return vars from a function or something in the {data:} into session?