data of first form is not posted in second form

tamirla 13 Sep, 2008
I created 2 forms using ChronoForms. In the first form I use "Post" method and I want that the data that was inserted by the user in this form will be used in the second form. In the "Redirect URL:" attribute of the first form I put the url of the second form. In the second form I'm trying to read these parameters in php code using $_POST array but this array is empty.
Any ideas ?
Max_admin 14 Sep, 2008
put the URL of the 2nd form in the submit url and not redirect url.

Regards

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tamirla 14 Sep, 2008
Tnx for the quick answer. It works🙂
This topic is locked and no more replies can be posted.