Showing a field of User Profile in default Add New User wordpress page

Support MB User Meta Showing a field of User Profile in default Add New User wordpress page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45200
    DUPLODUPLO
    Participant

    Hi,
    I've created a field for user profile and I would like to show on Add New User form page.

    My field is teh following:

    $meta_boxes[] = [
            'title' => 'Directores',
            'type'  => 'user',
            'fields' => [
    			[
    				'name'        => 'Director',
    				'id'          => 'candidate-director',
    				'type'        => 'user',
    				'field_type'  => 'select_advanced',
    				'placeholder' => 'Selecciona un usuario',
    				'ajax'        => true,
    				'query_args'  => [
    					'role__in' => [ 'administrator' ],
    				],
    				'desc'        => 'El director tiene que estar dado de alta en Candidate Site cómo administrador'
    			],
    		],
    	];

    I can't show on Default Registry form of wordpress.

    Could you help me?
    Thanks!

    #45208
    PeterPeter
    Moderator

    Hello,

    Do you mean to show the custom field when creating a new user in the admin area? Currently, the field is only supported showing on the Profile page.

    #45218
    DUPLODUPLO
    Participant

    Hi,
    yes! It would be extremely useful to people that sign up users could define the value of custom field

    I hope you could develop this functionality soon

    #47721
    team@novify.pt[email protected]
    Participant

    This is deal breaker. Any idea if this is going to be implemented?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.