Hello there! I'm using wordpress 3.4.1 and s2member plugin to hold a membership and register new users.
Now I need to create custom registration fields (5-6 fields) and keep that data with an ID of user into my own table in database.
I tried to create custom fields with s2member plugin, but it saves data to the wp_usermeta table under meta_key: “wp_s2member_custom_fields” as an array.
Maybe there is a way to auto copy that data to my own table each time user signs up.. or maybe there is a plugin or a piece of php code to fill my needs? Maybe I need to create my own plugin?
Please help, and thanks for your replies! =)