Connected Sortables - Duplicating Items when Dragging 7 Dropping
Hello,
I've two sortables on a page that are connected to each other, a
source list, and a destination list. Currently when I drag an item
from the source list it moves it to the destination list. I'd like it
to duplicate the item, leaving the original in the source, and making
a copy in the second list. Ideally I'd also like each duplicated item
to be given a unique ID so it can be serialised and saved.
Is it possible to do this?
Thanks
Ric