Forum
Non-editeable field in the control panel
<perch:content id="date" type="date" label="published on" />
How can I make this field non-editeable or even non-visible whenever I create a new item in my control panel?
<perch:content id="date" type="date" label="published on" />
How can I make this field non-editeable or even non-visible whenever I create a new item in my control panel?
You can use hidden:
https://docs.grabaperch.com/docs/templates/attributes/type/hidden/