Support

Account

Home Forums General Issues Getting Custom Field values not choices ?! Reply To: Getting Custom Field values not choices ?!

  • Hi @Ai4President

    the foreach loop needs to accomodate for the keys like so:

    
    foreach( $label as $key => $value )
    {
      echo $key . ', ';
    }