Hi,
I am trying to create an order form using SEBLOD, but I can't get SEBLOD to create multiple entries for product selected.
I have used Select Dynamic and pull products from product table.
order details can contain up to 20 items but when I Submit the order, all product_id are saved in the single product_id field in the DB. I want to create as many rows as item in the card. How can i do that.
Basically, I want to know how to use seblod form to insert many rows at the time in Mysql table.
Thank you.