Hello,
Is there any way to save the seats I marked when using this widget?
Thanks.
Hey,
Everytime a valid seat is selected, an event with the seat number is sent by the block. You can create a text list structure in the screen/block where SeatMap Webblock is being used and use a handler on this event to keep track of the selected seats, then just use a loop to iterate this list and save the seats into your database entities.