I've been using ChronoForms for a while now and it's absolutely a delight to work with. But of yesterday I've run into a little problem I can't seem to figure out. I've tried to find a similar problem here on the forum but alas I couldn't find any or perhaps my reading glasses are busted but before I digress I shall present my problem below.
I need to make a multiple page form but instead of the classical; fill in data hit submit and go to the next page I need to make somethings like this:
Question (Radio button) with two possible answer, each answer is a submit to go to a different page where they will be presented with some other questions. So you have page 1 and it needs to go to page 5 after answer A has been pressed and to page 2 when answer B has been pressed.
Can anyone point me the right direction?
I need to make a multiple page form but instead of the classical; fill in data hit submit and go to the next page I need to make somethings like this:
Question (Radio button) with two possible answer, each answer is a submit to go to a different page where they will be presented with some other questions. So you have page 1 and it needs to go to page 5 after answer A has been pressed and to page 2 when answer B has been pressed.
Can anyone point me the right direction?
Hi Drax,
I'm not sure, you could perhaps fudge the Multi-page plug-in but that might be more trouble than it's worth.
I'd probably use several forms; save the data after each step and then change the Form ReDirect URL to get to the appropriate next step. For safety, you need to add some checks in the later steps to make sure that the user is coming from the right previous step.
Bob
I'm not sure, you could perhaps fudge the Multi-page plug-in but that might be more trouble than it's worth.
I'd probably use several forms; save the data after each step and then change the Form ReDirect URL to get to the appropriate next step. For safety, you need to add some checks in the later steps to make sure that the user is coming from the right previous step.
Bob
This topic is locked and no more replies can be posted.