I have complex form that I want to make more user friendly. It consists of many fieldsets. Can I take one of fieldsets and make it into a modal window without braking form?
My idea is that fieldset is visually replaced by button that triggers modal window that displays replaced part of form in modal window. form must perform same as without modal window, it will do ajax and jquery and all kinds of stuff.
I am looking to improve Drupal ImageFlield UI.