hello,
I want to create a field 'selec' that assigns value 1 when the user registers. Later it is the admin that can assign value 2, value 3...
It seems easy:
default value = 1
required= YES
to see in profile = NO
I title in profile = NO
searchable = NO
only read for the user = YES
show in refistration = NO
published = YES
size = 0
but it does not work:
The value that loads for default is = empty
Which is the solution?
Thank you.