Hello good morning,
I have been building a simple form builder with Drag and Drop. I feel a bit stuck.
I have made two elements. When dropping the example address element on the canvas, the above element here checkbox should be dropped instead and be visible. It is not absolutely necessary, but certain form builders do it that way.
In the meantime I learned to delete elements from the DOM. Obviously when I move one element into another list, the actual Toddle page doesn´t alter. So, there is this ghostlike state that does all the work. It is not totally clear to me what I have to catch and later save to XANO backend, like the manipulation of the address and checkbox movement mentioned above.