Good evening,
I am working on creating a “My Favorites” Page. I have a profile search page with all profiles located in a Repeater that appear on there, and cen be broken down by City, State and area of specialization. A user can click on a User profile and view their complete profile on another page.
Which page should I add a “Favorites” Button to? The Profile Search Page? or the actual Profile Page?
How can I link that button to another page “My Favorites” where I can view all of the Favorites profiles in a Repeater?
I have seen a couple posts on here with similar questions, but doesn’t seem to have a concrete solution.
Thank you for your help with this!
The other option is on either the Members Profile Page, or on the Profile Search Page to Add a Favoirtes Button that has an onClick function, that adds that profile to favorites, and then add a filter in the repeater for “My Favorites”. If I add it in the Profile search Page, do I need to add an additional column in the Content Manager, even though the rest of the content on that page is all created in the Profile Creation Page?
I’m not sure if it is like buttons you want to add. I used this video from WixIdeas:
The video talks through how to code a like button, which adds the items in a members page. Not sure if this helps.
1 Like
Thank you very much for your idea. I think this is going to work