Hi all,
Newbie here!!
I have 4 forms(A,B,C,D) and a thank you page for my questionnaire.
People will be redirected to B or C depending on the last question's
answer. B or C will redirect to D after B or C is finished. D then
goes to the thank you page.
I want to get all the answers from A,B/C,D first and then insert all
the answers into the database instead of getting each form's answers
and update the database each time when people click the continue/sumit
button on each page.
The problem is now I'm using 'import_request _variables' to get the
answers from A. It successfully brings all the answers to B/C (I tried
it by using echo), but when I try to get A's answers in D/the thank
you page. It doesn't work (tho I tried to use
'import_request _variables' to get A's answers in D/thank you page ).
So, I would like to know if there's any way to get the answers from A
to D/thank you page through B/C?
Hope the question is not confusing....
Thank you for everyone who answers my question!!
Venus
Newbie here!!
I have 4 forms(A,B,C,D) and a thank you page for my questionnaire.
People will be redirected to B or C depending on the last question's
answer. B or C will redirect to D after B or C is finished. D then
goes to the thank you page.
I want to get all the answers from A,B/C,D first and then insert all
the answers into the database instead of getting each form's answers
and update the database each time when people click the continue/sumit
button on each page.
The problem is now I'm using 'import_request _variables' to get the
answers from A. It successfully brings all the answers to B/C (I tried
it by using echo), but when I try to get A's answers in D/the thank
you page. It doesn't work (tho I tried to use
'import_request _variables' to get A's answers in D/thank you page ).
So, I would like to know if there's any way to get the answers from A
to D/thank you page through B/C?
Hope the question is not confusing....
Thank you for everyone who answers my question!!
Venus
Comment