I'm stuck with something

i created a page with a repeater in it and i dont know how to choose individual items from a repeater to store them in the user’s profile , and in my case i want the user to login in and select their current courses from the repeating group and save them in their member page (im using the built in member page of wix ) anyy help ?

Hello, Ahmed.

Please start from reading the following article Creating Custom Member Profile Pages . It explains how to populate the member-specific content on the custom private member page.

You could use event handlers (e.g. onClick) that will add the relevant course to a dataset and then populate it as it is mentioned in the article above.

Also check out similar forum posts below:
https://www.wix.com/corvid/forum/community-discussion/how-to-create-online-courses-like-wixed
https://www.wix.com/corvid/forum/community-discussion/onclick-command-to-insert-data-from-one-dataset-to-another
https://www.wix.com/corvid/forum/community-feature-request/learning-management-system

Good luck!

hey thank you for the fast reply well,
the references are helpful but its not what i exactly want to do first of all i dont have a good background in coding


these are the courses in preview first of all ill have like 600 courses in the data base to preview so i want to add an on click function on “add course” so when the users clicks on it it adds it in his profile page

i already connected the ‘text’ to the title field in my database but im stuck and i dont know what does the click action should be connected to


here is the view in my database collection of my courses so what should i do next ?
thanks in advance @anastasiias

@deleteduser what if i want the user to remove a selected course and when choosing his courses he can only choose the same course just once with and i want him so see “selected “ on the items he chose