BOL_UserService::getInstance()->createUser($user_Parameters);
Now I need to insert other form values into Profile Question values. Now I am able to login to the user id. But once logged in, it is asking for profile questions. I already saved the plugin form values into another table.
Please provide your valuable information about how to accomplish this task?
I am having 2 forms. One is for admin side and another one is for user. If admin submitted the form, User will be created directly. If user is created, it will be saved as a enquiry form. After admin's approval, a user will be created. This is my plugin flow.
Please comment, if my question is not understandable. Thanks in advance