jQuery(document).bind('gform_load_field_settings', function (event, field, form) { var isBundleDoc = field.type === 'wiaas_order_bundle_document'; if (isBundleDoc) { jQuery('#wiaas-doc-type-filter').val(field.wiaasDocTypeFilter); } });