Forums

Conditional step

Buddy 21 May, 2009
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
Max_admin 24 May, 2009
Hi Buddy,

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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.