Hi!
I'm trying to create a user page to display user information.
I have created a Page with the shortcode:
[mb_user_profile_login]
https://paste.pics/GLMWN
I have also created a Page for for each user. This page contains unique information for each user, and it also have the custom field "User" from metabox. The template is build on elementor.
https://paste.pics/GLMY9
What I need is a shortcode where the user will be redirected to it's own page, something like:
[mb_user_profile_login redirect="https://exemple.com/user-1/"]
where https://exemple.com/user-1/ should be dynamic taken from the user page.
Is this posible? If yes pls let me know how...
/ thank you for your time.