Support

Account

Home Forums Front-end Issues Display Dropdown list selected value ? Reply To: Display Dropdown list selected value ?

  • It is okay for me, the “_” was the main problem.
    then, to show the value I had to use that kind of code!

    $field = get_field_object('ventelocation');
    $value = get_field('ventelocation');
    $color = $field['choices'][ $value ];