Hi,
I am trying to set one of my fields to default to the name of the page item created. The field is for breadcrumb title, so it logically makes sense to default this to the page name.
I've tried overriding SetDefaultValues on my Page model, but it seems that this function is called before the user is prompted for the page name.
Is this possible in episerver?