You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any suggestions? This only seems to happen when field type is set to checkbox_grouped.
$fields[] = new PMProRH_Field(
'arbetar', // input field name, used as meta key
'checkbox_grouped', // field type
array(
'label' => 'Doular i följande län', // display custom label, if not used field name will be used
'options' => array( // elements for select field
'blekinges_lan' => 'Blekinges län',
.......
The directory shortcode currently displays the field value that is stored instead of the label, when displaying dropdown user fields for a profile.
The single profile shows the dropdown value's label instead which is preferred.
The text was updated successfully, but these errors were encountered: