Display some fields only on item-edit or item-create pages
Is there a way to let some fields only appear on edit pages, and some other fields to only appear on create pages?
Currently whatever displays on create page also displays on the edit page, because they are both based on
public static function form(Form $form): Form { ...
of the Resource file.1 Reply