Incognito Field
Incognito Field adds a custom FieldType to Craft CMS, called Incognito. Incognito fields work exactly like regular PlainText fields, except that they can be configured to be disabled
, readonly
or hidden
for element editor forms.
A good example use case for Incognito is whenever you need a field that shouldn't be editable via the CP – e.g. if you want to save some data from a feed or external API on your element model.
New: It's now possible to override the rendering mode on a per-field basis, using custom Twig logic. A good use case example is a field that is hidden
or readonly
for all users except admins, or a field that's only editable for new Entries.
Incognito Field works both standalone and inside Matrix blocks.
This plugin will be free forever
Package Name
To install this plugin, search for its package name on the Plugin Store and click “Install”.