Customers Selection from displayed data

Hello Guys,

I am trying to create a platform that has profiles for different items. Those items has been shown into my website through a database collection and repeater.

So I fill my collection with data and the data will be shown into my website.

Now, I want customers to make multiple selections out of those items and retrieve their selections into a separate collection after click submit, This separate collection must has the name of the item, its location and Boolean value.

Can Anyone help me in this ?

Are all these profiles going to be shown at once or are you thinking of doing a slideshow or a multistage form for example and let your customers pick whatever choice they want as they go along?

To do the multiple selections, you will have to use the checkboxes user input as they allow for multiple choices, whilst the likes of radio buttons only allow for the one choice.
https://www.wix.com/corvid/reference/$w.Checkbox.html

Have a look at Nayeli (Code Queen) tutorial for adding checkbox values into one field…
Either through onMouseIn for the submit button
https://codequeen.wixsite.com/checkboxes
Or through onClick for the submit button
https://codequeen.wixsite.com/checkboxes/on-click-code
Youtube video that will walk you through it too.
https://www.youtube.com/watch?v=kc1YBFG2tXA

If you are using a multistage form over different pages then you can make use of Wix Storage, so that you can carry across the users choices to another page.
https://www.wix.com/corvid/reference/wix-storage.html

There is a tutorial for a multistage form here that you can look at which is done through a slideshow, although note that this is kept all on the same page.
https://www.wix.com/corvid/example/multistage-form

If you search the forum you will find old posts about multistage forms that will help you like this one, especially with the additional code that they use too.
https://www.wix.com/corvid/forum/community-discussion/advanced-multi-stage-form

Hello

I highly appreciate your detailed response:

I don’t want to do multistage form. As you see in the picture below, I made profiles for some people by using a collection and database, so I can add more people in the future easily. These profiles are seen for customers, so they can choose as much as profile they want by check checkbox nearby each profile and click submit.

My Problem is that I don’t know how to have customer selections into my database, I was thinking to create a new collection in order to receive customers order onto it. but this is did not work since the items of each profile are already connected to the first collection (the collection that display these profiles). I used repeater in this.

If you can help me in this, or send me a link for similar case. This is will be wonderful.

Thank you.