I am using custom storage fields in store_item_users in the user admin form view.
[This is becasue we are doing some custom data updates with bespoke user account work and storing them here as users fields information)
This works fine except the admin form wont read my custom text fields or custom date fields. They are just blank. VARCHAR and INT fields will read and write fine. Is this just a SEBLOD limitation? Surely not. The fields in question have all been created without padlock on which is what usually denotes their storage in '#_store_item_users" table.
Any ideas?