Hi everyone!
I haven't used Chrono Forms before for forms development and I just read severall very long threads in the forum but I couldn't really figure out how to do what I wan't. And if this makes sense. I use Joomla 1.5 an CF 3.0 J1.5 BETA 1
I have do build some complex interacting forms and would like to identify the user who is useing the forms over a php session to show just the data this user concerns.
As far as I know Joomla was not using any sessions in the frontend in the older versions. Has this changed in 1.5? Can I start my one session and use them inside chronoforms? It might not be possible to start a session inside the form code because the session has to be started before the first character is send to the browser. And the php inside forms might be executed after other page components are already shown.
I have to say that all this forms must be accessible for non registered users. So if there is a joomla session I could use, is it also available if knowone is logged in in the frontend.
I read in some thread that chronoforms is already using the joomla session. But this is only for checking if showing the form is alowed I think?!? Therefore I think if nobody is logged in into the front end there is also no session I can use in J1.5 or chronoforms.
Has someone done this bevore and maybe some example code? Or is the only way to set a cookie and do all the form interaction over the database.
thanks for any help
kind regards
marcus
I haven't used Chrono Forms before for forms development and I just read severall very long threads in the forum but I couldn't really figure out how to do what I wan't. And if this makes sense. I use Joomla 1.5 an CF 3.0 J1.5 BETA 1
I have do build some complex interacting forms and would like to identify the user who is useing the forms over a php session to show just the data this user concerns.
As far as I know Joomla was not using any sessions in the frontend in the older versions. Has this changed in 1.5? Can I start my one session and use them inside chronoforms? It might not be possible to start a session inside the form code because the session has to be started before the first character is send to the browser. And the php inside forms might be executed after other page components are already shown.
I have to say that all this forms must be accessible for non registered users. So if there is a joomla session I could use, is it also available if knowone is logged in in the frontend.
I read in some thread that chronoforms is already using the joomla session. But this is only for checking if showing the form is alowed I think?!? Therefore I think if nobody is logged in into the front end there is also no session I can use in J1.5 or chronoforms.
Has someone done this bevore and maybe some example code? Or is the only way to set a cookie and do all the form interaction over the database.
thanks for any help
kind regards
marcus