Hello,
Using Joomla 1.7 / Chrono V4
I have built a multi-page form using the session-to-data/data-to-session tool to pass and display data:
page1: collect data/save to db1
page2. collect additional data/save to db2
page3. display data from pages 1 and 2 using the session
Overall it works properly accept when it comes to the field on page 2 where the user can select/save multiple cities. The idea is to allow the user to select between 1 to 10 cities but it doesn't display the cities on page 3 during the session or when it's called from the database later on.
1. using the data-to-session tool all that comes through is "array" everything displays properly
2. when I log out and back in to end the session, the call to the database loads everything accept the multiple cities data (comes up blank)
I believe I may need to do something differently regarding using an array but I'm not sure if/how to do that.
Any guidance is appreciated
Using Joomla 1.7 / Chrono V4
I have built a multi-page form using the session-to-data/data-to-session tool to pass and display data:
page1: collect data/save to db1
page2. collect additional data/save to db2
page3. display data from pages 1 and 2 using the session
Overall it works properly accept when it comes to the field on page 2 where the user can select/save multiple cities. The idea is to allow the user to select between 1 to 10 cities but it doesn't display the cities on page 3 during the session or when it's called from the database later on.
1. using the data-to-session tool all that comes through is "array" everything displays properly
2. when I log out and back in to end the session, the call to the database loads everything accept the multiple cities data (comes up blank)
I believe I may need to do something differently regarding using an array but I'm not sure if/how to do that.
Any guidance is appreciated