Hello,
Has anyone any experience regarding to the creation of a CF multipage form also using the cb registration plugin.
What I've done is a multi page form, which seems to be working fine.
I've also set up and enabled the cb registration plugin for the mother form.
But the cb database is filled with datas when I click on the first child form submit button, and the datas included in my second child form I can't find in my cb database.
Am I doing something wrong ?
Is it OK to use a submit button in my first child form ?
...
Please help me !
Thank you.
So, it seems to be a false positive ...
I've been creating new simple forms with one mother and four child forms (very simple).
I've first validated the multipage plugin, also made it at the first position.
Then I've used the CB registration plugin for the mother form, put it in second position.
And now everything seems to be working quite well, multi page and also CB resgistration wtih all my datas.
My first trouble was certainly due to the many parameters I've tried ...
I hope so ...
Hi David,
I haven't tried the Registration plugins with a multi-page form - let us know if this all works successfully please.
Bob
Hello Greyhead,
thank you for your interest.
Yes, chronoform is working with multipage and cb regsitration plugins, both activated.
I've made several multipage forms for CB registration and they all work well.
You only have to be sure that the two plugins are ordered as you want (for a multipage form to make a global cb registration, the multipage plugin must be higher in plugin list than cb registration plugin and both activated).
For the CB plugin the field "name" MUST be used (also other fields like username, email, pwd).
This is important while often administrators want to register firstname and lastname (and not name). In this case, we can use before on submit extra code in the CB registration plugin to give the name field the good value (firstname." ".lastname).
Also, I've seen in many other posts that nobody was really sure that the extra codes before and after onsubmit in the cb registration plugin are working.
After onsubmit code is working everytime.
Before onsubmit code is only working if an after on submit code is used.
Now my last trouble (I hope) is to make the best possible integration between chronoforms and CBSUBS.
At the moment, users have to finish the chronoform registration process and to log again to join the cbsubs process. Have you already heard about good integration CF vs CBSUBS ?