Support

Account

Home Forums Backend Issues (wp-admin) Change taxonomy on Load_field problem! Reply To: Change taxonomy on Load_field problem!

  • W0000t?!? :O

    Its a taxonomy field and looks like this

    array (
    	'key' => 'field_55411b948f60d',
    	'label' => 'Select Story',
    	'name' => 'story_post',
    	'prefix' => '',
    	'type' => 'taxonomy',
    	'instructions' => '',
    	'required' => 0,
    	'conditional_logic' => 0,
    	'wrapper' => array (
    		'width' => '',
    		'class' => '',
    		'id' => '',
    	),
    	'taxonomy' => 'story',
    	'field_type' => 'select',
    	'allow_null' => 1,
    	'add_term' => 1,
    	'load_save_terms' => 1,
    	'return_format' => 'id',
    	'multiple' => 0,
    ),

    Can you share your example?