This is what I need to do, in sequence:
1. Create a form to allow visitor to register as a member and capture various user info.
2. Integrate with the user registration addon to register a user account
3. Once registered pass the user id back to the form
4. Once the form data is saved to the database, it should be retrievable by a plugin to allow the admin to view and modify the user info.
I have completed 1 and 2. I am having some difficulties passing the user id back to the form and also retrieving form data from the database.
Can anyone help?