Does anyone know how to retrieve the selected text value of a dropdown using php.
simple dropdown
$value = $bean->dropdownfieldanme;
multiple dropdown
the value is ^value1^,^value2^,^value3^
maybe is the outofbox function to make it in arrayβ¦but you can build simply with split function or another string function.