Forums

How to use the Sessions in CF v6

omidhz 18 Apr, 2017
In CF v5 we had two actions, Data to Session and Session to Data.
In CF v6 we have Save to session (which I'm thinking is equal to Data to Session), and we have Session Cart. I'm assuming this is to be used for Session to Data. But I don't know how to use this Session Cart to load my data.
In Session to Cart there are for inputs that I'm now sure how to fill them:
[list]Item Data provider
Mode provider
Item id provider
Item quantity provider
[/list]

I appreciate any help to guide me through this.
Max_admin 18 Apr, 2017
Hi omidhz,

What are you trying to do exactly ? the "Session cart" is not for this purpose.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
omidhz 18 Apr, 2017
I want to send data entered by user from one form to another.
Max_admin 18 Apr, 2017
Answer
1 Likes
Hi omidhz,

Ok, add a "Save to session" action at the submit event, then use this command in the "Data provider" of the display section action in the 2nd form:

{session:save_to_session_function_name}

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.