Hi,
I am having issues with cloning a form: after cloning, the new element does not execute the same events as the original.
I suspect that this isn't really an issue with the event-copying. When I inspect the generated HTML in the IE Developer Tools I see that the cloned form looks something like this:
It seems obvious that the submit-event won't fire then, since it isn't contained in a form-element.
How can I prevent my <form>-elements from being cruelly torn apart?