I would like to show the form to the user with additional fields to fill after the registration. This will help me to have the very simple registration form (username, email, password) and after that I will ask all additional info in that new form so as not to bother people during the registration time.
I would like to have something like it's present at SO or linkedin when they propose you to have a guide or to fill in something with a small notification.
But, what I need is that this information from the form is added to the user profile table in DB.
What I did for the moment is the new user profile plugin which adds new section to the registration form with all additional questions. So, what I need now is to show this section not during the registration of the user but after he enters the site.
Does anyone has any idea how this can be achieved or any extension that can do this?