Changing sortable received item

Changing sortable received item


I've got a sortable list and a bunch of draggables. The user should be
able to drag items from the draggables onto the sortable list and save
it. This part works perfect.
Now, upon dragging the item across, I don't want to add the same item
onto the list, but rather I want to change it to something else (Like
a preview of what the item they just added to the list will look like
from the front end).
I have tried to directly change ui.item, but it doesn't seem to work,
any ideas on what I can try?