Appearance
Disables stage sorting, useful in situations where employees need to update existing form templates but not change the field order.
const options = { allowStageSort: false // default: `true` }; $(container).formBuilder(options);