Disabling a core field
Name, Item ID, Description, and Tags cannot be deleted — the × on the chip disables them instead. Disabling is a display decision, not a data one:- the field disappears from the Item form and the Items table,
- every value already stored stays exactly where it is,
- its Required flag is cleared, so re-enabling brings it back optional,
- its default value stops being applied to new Items,
- you can turn it back on any time from Add More Fields, values intact.
false with no error shown.
Deleting a custom field
A custom field’s chip carries a trash icon, and it means it. QRtub asks you to confirm, and the warning is accurate on both counts:- Page templates and Destinations that reference this field will show broken or unresolved bindings. Nothing rewrites them for you the way a rename does.
- Existing Item data stored for this field becomes inaccessible. The values are no longer readable anywhere: not in the table, not in an export, not by a binding.
Which to reach for
If you might want the data later, do not delete. Nothing stops you from leaving a field enabled and simply not filling it in, and a Collection carries no per-field cost for that. Custom fields that arrive from a Collection template or the Add More Fields library can sit in a disabled state, and those you can re-enable freely. But once a custom field is on the chip strip, the only removal action offered for it is Delete — there is no “hide this custom field” switch.Before you delete
- Search your Destinations and Page sections for the field’s key and remove or repoint those bindings. A binding left pointing at a deleted field inserts an empty string, so a URL built from it silently becomes wrong rather than visibly failing.
- Export the Collection’s Items to CSV first if the values are worth keeping. That export is the only copy you will have.
- Then delete, and Save changes.