Erstens kann ich nicht Deutsch sprechen , so verzeihen die schlechte Übersetzung .
Ich bin mit dem Formen -Erweiterung, die Sie bereitstellen. Aber ich habe ein Problem , wenn ich versuche, eine Auswahlbox Artikel nutzen . Hier ist die folgende Fehlermeldung erhalte ich :
Code:
Notice: Undefined property: stdClass :: $ listitemlabel in C: \ xampp \ htdocs \ joomla30 \ administrator \ components \ com_visforms \ Helfer \ html \ visforms.php on line 505
Hier ist der Code :
Code:
$ returnopts [] = array (' id ' => $ optional > ListItemId , "Wert" => $ optional > listitemvalue , 'label' => $ optional > listitemlabel , "ausgewählt" => $ ausgewählt );
Im Moment habe ich diese auf meinem lokalen Computer , damit ich nicht online haben sie als der noch . Könnten Sie mir bitte helfen, dieses Problem zu lösen .
Vielen Dank im Voraus.
ENGLISH:
First, I cannot speak German, so forgive for the bad translation.
I am using the forms extension that you provide. However, I am having an issue when I try to use a select box item. Here is the following error I receive:
Code:
Notice: Undefined property: stdClass::$listitemlabel in C:\xampp\htdocs\joomla30\administrator\components\com_visforms\helpers\html\visforms.php on line 505
Here is the code:
Code:
$returnopts[] = array( 'id' => $option->listitemid, 'value' => $option->listitemvalue, 'label' => $option->listitemlabel, 'selected' => $selected);
I currently have this on my local computer so I do not have it online as of yet. Could you please help me solve this problem.
Thanks in advance.