I am using profile2 in order to have two separate registration forms for my site.
Each form will result in creating a user with a specific role (let's say role1 from reg form 1, role2 from reg form 2).
Now each user logs in to the site and has access to his/her registration form data only.
What I need, is a sort of admin user, who will be able: 1. to see the list of users that have registered on the website (which is done) 2. (this is the important part) on the user table, when clicking on the username, or on the edit link for a specific user, to see this user's registration form data.
I need to create a block from a view to show those data.
Any ideas?