multiselect
-
Unable to get the multiselect option to work, as in getting selected options.
The ‘Field-Types’ Document say ‘If Allow multiple choices is checked, then the API will return an array. Otherwise, the API will return a string.’ This option does not seem available in the current version (unless I have missed something).
The below code from the ‘Field-Types’ Document failsforeach ( block_value( ‘features’ ) as $value ) :
echo $value;
endforeach;
- The topic ‘multiselect’ is closed to new replies.