Hi everyone,
I want to add custom fields for users, without having to save twice.
Like notified here : https://getkirby.com/docs/panel/users#custom-user-form-fields
I understand that I have to do it if it’s dependent to a role because a user object needs to be defined first.
But I don’t think that’s necessary for default user form fields since they apply to all.
His there a way to prevent double save by having default fields in the user page the first time ?
Thanks a lot !