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.
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
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
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.