<input type="text" name="x1" value ="" /><input type="text" name="x2" value ="" /><input type="text" name="x3" value ="" />
$comments = mosGetParam($_POST, 'comments', '');$order->comments = $eshop->makesafe($comments, 0);$order->comments.= 'Extra field 1: '.$_POST['x1']."\n";$order->comments.= 'Extra field 2: '.$_POST['x2']."\n";$order->comments.= 'Extra field 3: '.$_POST['x3']."\n";
<tr> <td width="35%"><?php echo $eshop->lng->COMPANYTITLE; ?></td> <td><input type="text" name="bcompany" id="bcompany" class="eshoplongbox" title="<?php echo $eshop->lng->COMPANYTITLE; ?>" value="<?php echo $row->bcompany; ?>" /></td> </tr> <tr> <td><?php echo $eshop->lng->COMPANYACTIV; ?></td> <td><input type="text" name="bcompanyactiv" id="bcompanyactiv" class="eshoplongbox" title="<?php echo $eshop->lng->COMPANYACTIV; ?>" value="<?php echo $row->bcompanyactiv; ?>" /></td> </tr> <tr> <td><?php echo $eshop->lng->AFM; ?></td> <td><input type="text" name="bafm" id="bafm" class="eshopbox" dir="ltr" title="<?php echo $eshop->lng->AFM; ?>" value="<?php echo $row->bafm; ?>" /></td> </tr> <tr> <td><?php echo $eshop->lng->IRS; ?></td> <td><input type="text" name="birs" id="birs" class="eshopbox" dir="ltr" title="<?php echo $eshop->lng->IRS; ?>" value="<?php echo $row->birs; ?>" /></td> </tr>