- This topic has 1 reply, 2 voices, and was last updated 1 year, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › all registration fields not saving in members area
I do not see where all the data is going inside of plugin during registration, i only see some of the fields. When some one registers I cant see all the fields they entered in the members area. this is not good, where is the data going?
When a user registers using the Simple Membership plugin (without the Form Builder Addon), only the default fields get stored and displayed in the member’s admin profile—fields like username, email, and membership level. Any additional fields you’ve added via the Form Builder Addon are saved in a separate custom_meta area and won’t appear unless you use that addon to both create and view them.
Where is the data actually going?
Default registration data (username, email, first/last name, etc.) is stored in the wp_swpm_members_tbl table and visible in the WordPress admin under WP Membership → Members.
Custom fields, created with the Form Builder Addon, are saved in that same wp_swpm_members_tbl but inside a serialized field (custom meta). Without the addon’s admin interface to decode it, WordPress will show “Custom Fields” in the profile but leave them blank—because only the addon knows how to extract and display that data properly.