Thread Starter
jc57
(@jc57)
Just forgot to mark as Resolved
Thread Starter
jc57
(@jc57)
Thread Starter
jc57
(@jc57)
Yes, those are the values, but nothing shows up. Iv’ve tried it with the ‘value:label’ option as well and still don’t get anything. Any more ideas?
Thread Starter
jc57
(@jc57)
I was under the impression that profile values have to go in the “values” array and was trying something like this:
$args = [
'values' => ['adminSecName' => array("a", "b"), 'adding' => 'YES']
];
where ‘adminSecName’ is the field name for the select box I’m working with.
In your example it looks like you’ve specified the field name as it’s own key in the array. That didn’t seem to work for me either, but is it supposed to?