frm
Well-known member
Please consider adding a default option for user fields so a query like this does not need to be executed. They can always change it at any time so I see no reason why there shouldn't be a default. If there is no default, it stays empty until a user selects it and it could be an important custom field to have for members already.
Instructing active users to choose an option is harder than instructing them how to change the option after it's implemented.
Instructing active users to choose an option is harder than instructing them how to change the option after it's implemented.
INSERT INTO xf_user_field_value ('user_id', 'field_id', 1) VALUES (i++, 'customField', 'Default Selection')
Upvote
0