WordPress Membership Plugin
Thanks your answer but sorry may be my question not clearly explain.
Our facing issue is not happen at the user form on website don’t display the custom fields, is the member add or edit page under the wp-admin.
The general link should be:
Add Member
http://{domain}/wordpress/wp-admin/admin.php?page=simple_wp_membership&member_action=add
Edit Member
http://{domain}/wordpress/wp-admin/admin.php?page=simple_wp_membership&member_action=edit&member_id=1
When I access the Add member page, the custom fields are missing on the form.
But the fields can display at bottom section of the Edit member form.
Our scenario is operator need authorize register member by the Admin page instead of using the registration form.
We install the form builder for add more additional fields which don’t existing at the current member profile.
Thanks