Support

Account

Home Forums General Issues Get Field Group values(?) from Choices Reply To: Get Field Group values(?) from Choices

  • $field['choices']

    gives me:

    Array ( [example-student] => Student
    
    [example-teacher]] => Teacher
    
    [example-principal] => Principal

    )

    but

    $label = $field['choices'][ $value ];

    throws an exception and breaks the site