Use a form with different options related to products in wix store, on submit record form in database & go to cart to pay the products

I would like to automation the orders when a customer require a custom creation.

For that I want them to fill a form that ask them different questions. According to their answear, differents products are selected or not in wix store .

At the same time each time the total is upgrated i want it to be displayed on top of the form.

When the form is filled, on submit, the field of the form are recorded on a database wile the custmer is redirected to his cart wich contein all the product selected according to his answears.

It would be my third use of wixcode so i’m still a newbee.

I know

  • how to create a form with collapsable parts
  • how to connect it to database

I don’t know

  • How to link options to product in wix store and store their values to make real time calculation and display
  • Adding products to cart without being on a page wix store product
  • On submit, record fields of the form into a database and redirect the customer to his cart allredy filled with the products that correspond to his answears

That project is pretty challenging for me but i believe it will save lot of time and give more freetom for both my customers and myself.

Can anybody help me step by step so that i can create such solution aswell as learning a little bit more wixcode ?

The Product Configurator example should be able to help you.

From the first look into it i don’t know if it will work but i will definitely go deep in studying the subject.