Hi,
I'm new (sorry for my english...).
I have a little problem...I use chrono form for a multi page form. The form have 3 step for a registration. I know how to build a multipage form with chrono form (thanks to this forum😛 ).
May chrono form show a different form depending on the choice made in the previous step?
If it is possible can you tell me how to do it??🤨 🤨
thx
I'm new (sorry for my english...).
I have a little problem...I use chrono form for a multi page form. The form have 3 step for a registration. I know how to build a multipage form with chrono form (thanks to this forum😛 ).
May chrono form show a different form depending on the choice made in the previous step?
If it is possible can you tell me how to do it??🤨 🤨
thx
Hi Buddy,
you can navigate between the different pages in the multiform using the "cfformstep" variable, for example :
you may put some PHP code at any step HTML code box to check for the posted data and redirect to the desired step using
Cheers
Max
you can navigate between the different pages in the multiform using the "cfformstep" variable, for example :
index.php?option=com_chronocontact&chronoformname=mother_form_name&cfformstep=2
will send you to the 2nd step!you may put some PHP code at any step HTML code box to check for the posted data and redirect to the desired step using
$mainframe->redirect(some_url);
Cheers
Max
This topic is locked and no more replies can be posted.