formulize
formulize copied to clipboard
Independently orderable elements on form pages
Right now, element order is controlled by the canonical ordering of the elements in the form. We should allow reordering within form pages. There is a branch that took a stab in this direction: https://github.com/jegelstaff/formulize/tree/cody.mutlipage.sortable
In conjunction with the “reorder elements from the form screen" pull requests https://github.com/jegelstaff/formulize/pull/50 https://github.com/jegelstaff/formulize/pull/81 this could be quite powerful. No need to go to the backend for reordering. But the backend needs the ability to have an independent ordering per screen (which is this issue)