Forums

How to create a Step by step registration form ?

picsoung 07 Feb, 2009
Hey😀
i'm a newbie about chronoform i made the first tutorial, and it's working😀

now i would like to use to make a 4 step registration form.

here is the principe

1) user enter a serial number
by clicking on "Submit", call a verification script to verify SN format
if Ok then go to step 2

2) A form about the product corresponding to the SN
-Model field
-category
...
Valid and go to step 3

3) login or register ?
if login then add previous values(Sn and product info) to his account
else call Community builder registration form and add previous values to the new account

4)confirmation

Do you have some clues to resolve this problem ?
how i can link forms ?
remember previous value entered in the form ?
call the verification script ?

is there some examples/tutos that could help me ?

thanks for your help😉
Nico
GreyHead 07 Feb, 2009
Hi picsoung,

I'm afraid that there are no tutorials for this - but you might find examples for some of the steps.

Step 1 is good for JavaScript to validate the serial number - you may need to add a custom validation.

Step 2 & 3 I would use AJAX to check the model information, and probably also to check if this serial number was registered. Then you could show the login or registration forms immediately.

For the users who need to register you will need to use the CB Registration Plugin that is installed with ChronoForms.

And finally you can send confirmation by email or by web page. See the Tutorials in the Download areas for information on this.

Bob
fastcooler 30 May, 2009
Dear Nico,

Have you solved this issue, please? I would like to create a form like your, but I'm not a programmer and I don't know how to do it... May you help me,please?
Thanks
Regards
Fast
This topic is locked and no more replies can be posted.