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 ?
Any ideas ?
put the URL of the 2nd form in the submit url and not redirect url.
Regards
Max
Regards
Max
This topic is locked and no more replies can be posted.