Hi there,
I'm trying to add a custom field variable when creating a new user and access it via grav.user object, but it shows up empty.
I'm able to add the variable to new user creation form via blueprints/user/account.yaml with
userplan:
type: text
size: large
label: Plan
and it does show up in the respective user.yaml file as userplan: 'XXX' but when I try to add it to pages via grav.user.userplan it only shows an empty string. I feel like I'm missing a step - would someone be very kind to assist? Many Thanks!
Marco