Goodmorning everybody, I'm newbie of Drupal with some knowledge of programming.
My question is more regarding analysis than technical issue.

1) I need to add 20 fields at user registration module, but I want to do it in multi-step and Ajax interface.
I read some guides about Profile2, Fields API, Fields Group, Multi-step form, Ctools form wizard, mforms module, form builder (that doesn't work I don't know why),
I read grasmash guide multi-step with or without Ctools (I created a custom module but it doesn't work), I had a look at Examples for Developers.
My question is:
which is the correct way to follow for my problem? Which are the correct module to install and configure without conflicts?
Is there any esaustive guide that comprehends multistep+ajax+user registration core module?
My fear is that trying on myself I lost time and I will end with a not working mess.
2) to be continued...

Thanks in advance
Rick

Comments

Richard15’s picture

Really nice thanks a lot!
Another question, can you suggest me to use Fields group in combination with Profile2?
Thanks and have a nice weekend!

evachic’s picture

Thanks VM!

Richard15’s picture

I solved the problem, but now the user registration form appears on every page of multipage fields of a profile2 account (step created with field groups).
How maanage the div of user registration?
CSS?

zeezhao’s picture

If you have different profiles, when you edit the profile page there are options to:
- Show during user account registration.
- Provide a separate page for editing profiles.
There are also permissions associated with which roles can see which profiles.
So depending on settings, this reduces fields seen at a time.