• Resolved Aline Gouveia

    (@lhinechuu)


    Hello, we use a Form to our website registration and we need to know if there’s any way to export the registered users with the fields that we added there.
    I understand that there’s no feature in Ultimate Members for that at this moment but we also cannot seem to find where that is stored so we can came out with a solution… can anyone help us out?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @lhinechuu

    UM stores the user data in the wp_users and wp_usermeta tables. It saves the meta key as the field key. To view the submitted user data, you can check it in the WP Admin > Users > Hover on any of the users in the list to see the “Info” link > click on that link and it will show the submitted data.

    You can also check the submitted data in the Profile Form. See the Profile page generated by UM on first activation. It should be in yoursite.com/user/

    You can add fields from Register form to Profile via UM Form Builder. Please go to WP Admin > Ultimate Member > Forms > Edit the profile Form > click on “+” to add a new field > see “Custom fields” to see all created fields from the Register form.

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @lhinechuu

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

    Hi @champsupertramp

    I am facing the same issue. On the profile page, Custom Field data is not available.

    Let’s suppose, I have created a Registration Form with the below fields
    1) Username
    2) First & Last Name
    3) Phone
    4) Email
    5) Age
    6) Membership Id
    7) DOB

    now, these data are getting stored in the wp_users table in DB as meta in last.
    Is there any option or way where I can only export the data of above mentioned 7 fields?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble locating where our form data is stored’ is closed to new replies.