I have created a Form for ChronoForms.
After "Subit" i get following error:
Warning: reset() [function.reset]: Passed variable is not an array or object in /mnt/web4/32/64/5577064/htdocs/members/includes/joomla.php on line 4000
Warning: Variable passed to each() is not an array or object in /mnt/web4/32/64/5577064/htdocs/members/includes/joomla.php on line 4002
Heres the Form Code:
After "Subit" i get following error:
Warning: reset() [function.reset]: Passed variable is not an array or object in /mnt/web4/32/64/5577064/htdocs/members/includes/joomla.php on line 4000
Warning: Variable passed to each() is not an array or object in /mnt/web4/32/64/5577064/htdocs/members/includes/joomla.php on line 4002
Heres the Form Code:
<form method="POST" action="../_derived/nortbots.htm" onSubmit="location.href='../_derived/nortbots.htm';return false;" webbot-onSubmit webbot-action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" U-File="../_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan --> <p>Emetteur Societe <input type="text" name="Firma" size="32"> Nom <input type="text" name="Bestellname" size="28"></p> <p>Chariot N° <input type="text" name="fznr" size="20"> Chariot Modele <input type="text" name="typ" size="32"> </p> <p><input type="radio" value="Demande De Prix" checked name="R1">Demande De Prix<br> <input type="radio" name="R1" value="Commande">Commande<br> <input type="radio" name="R1" value="Demande En Garantie">Demande En Garantie</p> <p><b>Adresse d'expedition<br> </b>rue <input type="text" name="lief_str" size="20"><br> ville <input type="text" name="lief_ort" size="20"><br> code postal <input type="text" name="lief_plz" size="20"></p> <p><b>Adresse de facturation<br> </b>rue <input type="text" name="rech_str" size="20"><br> ville <input type="text" name="rech_ort" size="20"><br> code postal <input type="text" name="rech_plz" size="20"></p> <table border="1" width="580" height="29"> <!-- MSTableType="nolayout" --> <tr> <td height="29" width="24">Q</td> <td height="29" width="75">References</td> <td height="29" width="459">Pieces</td> </tr> <tr> <td height="29" width="24"> </td> <td height="29" width="75"> </td> <td height="29" width="459"> </td> </tr> <tr> <td height="29" width="24"> </td> <td height="29" width="75"> </td> <td height="29" width="459"> </td> </tr> <tr> <td height="29" width="24"> </td> <td height="29" width="75"> </td> <td height="29" width="459"> </td> </tr> <tr> <td height="29" width="24"> </td> <td height="29" width="75"> </td> <td height="29" width="459"> </td> </tr> <tr> <td height="29" width="24"> </td> <td height="29" width="75"> </td> <td height="29" width="459"> </td> </tr> <tr> <td height="29" width="24"> </td> <td height="29" width="75"> </td> <td height="29" width="459"> </td> </tr> <tr> <td height="29" width="24"> </td> <td height="29" width="75"> </td> <td height="29" width="459"> </td> </tr> </table> <p> </p> <p><b>Mode d'expedition: </b> <input type="radio" name="R2" value="normal" checked>normal <input type="radio" name="R2" value="express">express</p> <p><input type="submit" value="Envoyer" name="Send" style="float: left"></p> <p align="center"> </p> </form>