Select Service in Box
-
Hi,
i have problem
if ( taxonomy_exists( 'job_listing_amenity' ) ) : $fields['job']['job_amenities'] = array( 'label' => esc_html__( 'Serviceauswahl', 'listar' ), 'type' => 'term-multiselect', 'required' => false, 'placeholder' => esc_html__( 'W?hle Service (Mehrfachauswahl)', 'listar' ) . '…', 'taxonomy' => 'job_listing_amenity', 'priority' => 4.8, ); endif;
This shows a dropdown menue where you can select some services.
I want more checkboxes.
But i don′t know to change the selection
cu
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Select Service in Box’ is closed to new replies.