hi,
want to capture more about users, like name address, telepphone number url and few more info while user is registering/signup
Is there any plugin available ?
-Raxit
hi,
want to capture more about users, like name address, telepphone number url and few more info while user is registering/signup
Is there any plugin available ?
-Raxit
Well, i don't think there's a plugin, but there are hooks in the signup process that you can use like signup_extra_fields, preprocess_signup_form and signup_hidden_fields. You can store that extra information into the 'Meta' and then use get_option to pull it out, but really i know little about this.