C
|
cgphp 7/25/2011 |
webdino,
$checkbox_values = explode(",",$values['new_alias_field']);
|
W
|
webdino author 7/26/2011 |
thank you, but can I show in the list page than only one value with all settet places or are there then many values in many lines? |
C
|
cgphp 7/26/2011 |
Using a custom field you can have many values for each field in each row. |
W
|
webdino author 7/26/2011 |
the field value is empty when I post var_dump($aliaszuordnung) the array is null |
C
|
cgphp 7/26/2011 |
webdino, $values['aliaszuordnung']
var_dump($values['aliaszuordnung']); |
W
|
webdino author 7/26/2011 |
I will try it. |
W
|
webdino author 7/26/2011 |
is it otherwise possible to make a dropdown box with customers that display only values that are values excluded |
C
|
cgphp 7/26/2011 |
Create a view in your db manager (not a custom view in phprunner). Then you can select that view for the lookup wizard. |