Hello,
I have 2 fields: Phone and is_created
- I want the user for the first time can add the phone, but can not update it after saving
- and is_created field is created on save (i know how to do that)
How can I make is_created only visible for the admin user
And phone only the admin can update it
Thank you for your help