Lack of interest Please consider adding a default option for (required) custom user fields

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

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.

INSERT INTO xf_user_field_value ('user_id', 'field_id', 1) VALUES (i++, 'customField', 'Default Selection')
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom