I have created a custom field in registration form, When someone register that value shows on user profile. That okay.
Now, Question is, I want to add the value of another custom field, dynamically When user try to register.
I have extend the Pub/Register method actionRegister() and get the...