Skip to content

allowStageSort ​

Disables stage sorting, useful in situations where employees need to update existing form templates but not change the field order.

Usage ​

javascript
const options = {
  allowStageSort: false // default: `true`
};
$(container).formBuilder(options);