Hi @joechanaalimited
Could you please try to explain the problem in greater detail?
Regards,
hi,
how to update the member detail to the database.
My database does not see your form data.
I use the HTML form, how to use your form to update data in the database.
Regards,
Hi @joechanaalimited
Have you tried setting up a Profile Form? Does UM generate a Profile page on your site?
example: yoursitedomain.com/user/
Regards,
Hi @champsupertramp,
I do not use the profile form. The account form is using HTML to create. So I want to database see the um_user data.
Thank you
Regards,
Hi @joechanaalimited
Ultimate Member stores the data in _users and _usermeta tables. You can retrieve them with the meta keys added to the UM Register form or Profile Form where you added custom fields.
Regards,
Hi @champsupertramp,
sorry, I don’t any see the Ultimate Member stores data in _users and _usermeta tables.
just see the WordPress user data.
Regards,
Hi @joechanaalimited
I’m a bit confused about what do you want to achieve. Are you using the UM Register form to register users? When you register a user in /register/ page, this will store the data in wp_users and wp_usermeta. It depends on the fields that you added in the Register form via form builder.
Please read this doc to get started with UM:
https://docs.ultimatemember.com/article/180-getting-started-with-ultimate-member
Regards,
Hi @champsupertramp,
I using UM Register form to register users but the account page is using the woocommerce account page.
I find the UM Register form data.
Thank you