no, you can’t change the image used for showing the drag operation;
btw, we do have support for moving elements inside a form ( not between them),
using controller.setDesignMode, I think you want to make something similar using
the d&d functions on a form, but what is working on multiple forms ?
I have another question. I was able to drag the textfield element and drop it on the form. I wanted to get information about the textfield like its name, titleText, etc. However, when I inspected the event only the following information is displayed.
you should keep the info needed onDrop, when onDrag is started in a variable,
or, you can save it in the data property of the event, when drag is started, so
it will be available as data in the drop event