Gather new member registration address

When we have users register for our membership levels, we don’t get their address inserted into the “Users” area of the general WordPress administration area.

Say we had 5 people register to one of our membership levels.
We want to get their address so we can mail them something.

Our current membership form only asks for name, username and email address.
How can we ask for address during membership signup so when we go to the general WordPress Users >> All Users, we can see their address too?

You can add custom fields in the registration part. In your WP Dashboard:

s2Member > General Options > Registration/Profile Fields & Options

Will those hook to user fields if I then go to WordPress Users / All Users…and open up that users information?

Not sure on that. I’m newly back into using s2Member, but if I remember correctly it’s serialized. Not sure how it’s presented online, but you can get it via your database.

Added 4 new S2Members custom fields for registration >> address, City, State, Zip…and they are showing in S2Members export and in WordPress users area.

thank you!