Link to Private Member Profile page

Hello everyone,
I have been trying for so long now to link a profile image on my page to the members profile page. I have used a repeater to display the members of a team on a dynamic page, since I have several teams. I am now wanting that members profile image to link to the private member profile page. I have tired to link it using the link symbol but the system will only allow me to link it to one specific members profile. I also tried using the database link area and wasn’t presented the option to link to the Profile page. Can someone please help me? TYIA.

If you are wanting to link your site member to their own private profile page, then you can do it in code like this.

 export function profileButton_click(event) {
   wixLocation.to(`/Members/${wixUsers.currentUser.id}`);
  } 

See this tutorial for more about it.
Velo Tutorial: Building Your Own Members Area | Help Center | Wix.com

Also, if you are using a repeater then you need to have a good read of the Repeater API and the scope parts of it.
Repeater - Velo API Reference - Wix.com

For an example of putting inputs in repeaters, then have a look at this Yisrael example here.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-input-repeaters

hi
I’m new to coding and my reuest looks similar to this!! I want to redirect members to visit the profile of the uploader of a form. (they can upload a song and i want the profile page beeing redirect to the specific button. so that other members can visit the profile of that uploader. can you help me to make it to work with coding. Thank you VAJ. beatzs.net is my website