$form.find('[data-editors]').each(function (i, el) {
      var $container = $(el);
      var selection = $container.attr('data-editors');

      if (_.isUndefined(selection)) return;