Support

Account

Home Forums General Issues Values vs. Labels Reply To: Values vs. Labels

  • Hi @kikimarie1234

    When creating your field, enter the choices like this:

    
    col_1 : Column 1
    

    Then in your code, load the value like this:

    
    $value = get_field('field_name');