Support

Account

Home Forums Front-end Issues Value return number(index) instead word's Reply To: Value return number(index) instead word's

  • Hi @mczmike

    I feel like the issue here is in the way you’ve set up the select values.
    In the field settings, have you setup the values like

    
    0 : value1
    1 : value2
    etc.
    

    ?

    get_field will only return the value part of the select (0,1 etc) and not the label you set (value1, value2 etc.).