Hi All<br><br>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. <br>
<br>Any one ever worked this kind of solution to bring multi user page registration? Please share your solutions.<br><br>with regards<br>Crazyguru<br><br><br><br><div class="gmail_quote">On Tue, Aug 11, 2009 at 7:22 PM, Reinier Battenberg <span dir="ltr">&lt;<a href="mailto:reinier.battenberg@mountbatten.net">reinier.battenberg@mountbatten.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
If you dont feel like programming, you could use rules (for example)<br>
<br>
- When someone registers, you put him/her in an intermediate group<br>
- Using logintoboggan you can login people when they submit the registration<br>
form.<br>
- Upon login of a user that is a member of this group, you navigate the user<br>
to the page with info that you would like him/her to provide.<br>
<br>
If you need more nodes (using nodeprofile) created, you could create a second<br>
group, and use the Node Creation event in the Rules module to push people to<br>
the final group.<br>
<br>
<br>
rgds,<br>
<br>
Reinier Battenberg<br>
Director<br>
Mountbatten Ltd.<br>
+256 782 801 749<br>
<a href="http://www.mountbatten.net" target="_blank">www.mountbatten.net</a><br>
<br>
Be a professional website builder: <a href="http://www.easysites.ug" target="_blank">www.easysites.ug</a><br>
<div><div></div><div class="h5"><br>
<br>
On Tuesday 11 August 2009 15:49:58 Earnie Boyd wrote:<br>
&gt; Quoting crazy guru &lt;<a href="mailto:crazyguru85@gmail.com">crazyguru85@gmail.com</a>&gt;:<br>
&gt; &gt; Hi all<br>
&gt; &gt;<br>
&gt; &gt; I was looking for multi step user registration page in drupal but after a<br>
&gt; &gt; long search i couldn&#39;t find a one. I doubt if this exists in drupal. Can<br>
&gt; &gt; you guys suggest me if there is any possibility?<br>
&gt;<br>
&gt; This can be easily coded with hook_form_alter[1] in a custom module.<br>
&gt; I&#39;ve even gone so far as to require a fee payment before the account<br>
&gt; is active so the registrant is sent to a payment form.  Be sure to<br>
&gt; check the form generation guide[2].<br>
&gt;<br>
&gt; [1] <a href="http://api.drupal.org/api/function/hook_form_alter" target="_blank">http://api.drupal.org/api/function/hook_form_alter</a><br>
&gt; [2] <a href="http://api.drupal.org/api/group/form_api" target="_blank">http://api.drupal.org/api/group/form_api</a><br>
&gt;<br>
&gt; --<br>
&gt; Earnie<br>
&gt; -- <a href="http://r-feed.com/" target="_blank">http://r-feed.com/</a>           -- <a href="http://for-my-kids.com/" target="_blank">http://for-my-kids.com/</a><br>
&gt; -- <a href="http://www.4offer.biz/" target="_blank">http://www.4offer.biz/</a>       -- <a href="http://give-me-an-offer.com/" target="_blank">http://give-me-an-offer.com/</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>