With the registration plugin I made an extra field called 'company name'.
Now I would like to retrieve this specific field back into a form, after the user has been logged in and fills out an order form.
How can I retrieve this custom registration field?
{user:companyname} or (user:user_companyname} or whatever doesn't work.
I can't find any information about this in the documentation either.
Is it possible to retrieve such custom made registration fields back into a form to have it predefined as a standard value?
The customer is already logged in, so its ID is known. All I need to do is retrieve this field back into the form.