• Resolved virajsonagra

    (@virajsonagra)


    Hi,

    I am using wp resume manager i have created custom field under resume experience field it is working fine in front end. But the issue in admin bellow is my code

    `$fields[‘main_duties_resume’] = array(
    ‘label’ => __( ‘Main Duties’, ‘job_manager’ ),
    ‘name’ => ‘resume_experience_main_duties_resume[]’,
    ‘type’ => ‘multiselect’,
    ‘options’ => array(”=>’Select Job Title’,’Domestic Helper’=>’Domestic Helper’,’Babysitter’=>’Babysitter’,’Driver’=>’Driver’),
    ‘required’ => true,
    ‘placeholder’ => ”

    ); `

    Please let me know how to resolve it. If it’s type is “select” it is working fine in admin but i want multiselect.

    • This topic was modified 8 years, 9 months ago by virajsonagra.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Multiselect issue in wp resume manager.’ is closed to new replies.