I need to have a form where some fields are editable when the user creates the object, but not editable when the user is editing it.
I mean:
- When the user clicks create, the field must be editable.
- When the user access an existing object (using a list) and clicks on edit, the field must be readonly.