I have an order table which contains all of the records of an order. I want to get order confirmation from my customers for their order.
I am creating their order by using another form in my order table. Then, I want to visulize these datas, put a button under it (which is confirmation button) then send the link to my customer to see order details, order summary and to get their confirmation via that button.
Is that possible? Or how can i do it?