form_field.append(button_field_new);
// If a field is linked to an authorised values list, display the list.
$('div.form-field-select-text select.form-field-column').change(function() {
$('div.form-field-select-text select[name="f"]').change(function() {
loadAuthorisedValuesSelect($(this));
}).change();
-