Hello
I'm building a site that has very big user profiles (user segmentation).
For example, there is one tab with information about his house, another about his job, another about his car, another about his credit card, another.... Each tab has a number of fields wiht information about it's topic.
Because the profile can become overwellming, I decided to chop in parts and allow user to take their time and fill the tabs/fields when they feel like to. There is only a basic information necessary at the beginning and Krileon has already helped me out in having the user register and silently log in after filling this basic form.
I want the users to be able to go into their profile page, see that there is still missing information and, when they decide, go into each profile tab and fill in the missing data.
Right now I can redirect them to the profile edit page (thanks again Krileon) but they see all the tabs.
My question is if there are specific URL's per tab edit so I can create buttons/links in the profile, each directing to a specific tab edit form while at the same time not displaying the other profile tabs.
Or some other way of doing this.
Thanks in advance and best regards,
Alex