[support] is it possible to have multi user registration in Drupal?

crazy guru crazyguru85 at gmail.com
Wed Aug 12 04:59:13 UTC 2009


Hi All

Thanks for you reply. I am not a programming geek though i knew a little in
php. I am looking for something i can do with drupal modules. In form i came
to know that multi page can be done using page route and page setup modules.


Any one ever worked this kind of solution to bring multi user page
registration? Please share your solutions.

with regards
Crazyguru



On Tue, Aug 11, 2009 at 7:22 PM, Reinier Battenberg <
reinier.battenberg at mountbatten.net> wrote:

>
> If you dont feel like programming, you could use rules (for example)
>
> - When someone registers, you put him/her in an intermediate group
> - Using logintoboggan you can login people when they submit the
> registration
> form.
> - Upon login of a user that is a member of this group, you navigate the
> user
> to the page with info that you would like him/her to provide.
>
> If you need more nodes (using nodeprofile) created, you could create a
> second
> group, and use the Node Creation event in the Rules module to push people
> to
> the final group.
>
>
> rgds,
>
> Reinier Battenberg
> Director
> Mountbatten Ltd.
> +256 782 801 749
> www.mountbatten.net
>
> Be a professional website builder: www.easysites.ug
>
>
> On Tuesday 11 August 2009 15:49:58 Earnie Boyd wrote:
> > Quoting crazy guru <crazyguru85 at gmail.com>:
> > > Hi all
> > >
> > > I was looking for multi step user registration page in drupal but after
> a
> > > long search i couldn't find a one. I doubt if this exists in drupal.
> Can
> > > you guys suggest me if there is any possibility?
> >
> > This can be easily coded with hook_form_alter[1] in a custom module.
> > I've even gone so far as to require a fee payment before the account
> > is active so the registrant is sent to a payment form.  Be sure to
> > check the form generation guide[2].
> >
> > [1] http://api.drupal.org/api/function/hook_form_alter
> > [2] http://api.drupal.org/api/group/form_api
> >
> > --
> > Earnie
> > -- http://r-feed.com/           -- http://for-my-kids.com/
> > -- http://www.4offer.biz/       -- http://give-me-an-offer.com/
> >
> >
> > --
> > [ Drupal support list | http://lists.drupal.org/ ]
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.drupal.org/pipermail/support/attachments/20090812/78178a29/attachment-0001.htm>


More information about the support mailing list