Multiple fixes in forms
This commit is contained in:
parent
3b85435367
commit
673d85a226
8 changed files with 131 additions and 19 deletions
|
|
@ -21,7 +21,7 @@ class SelectForm extends BaseForm{
|
|||
ob_start();
|
||||
|
||||
?>
|
||||
<select name="<?php echo $this->name; ?>">
|
||||
<select name="<?php echo $this->name; ?>" id="<?php echo $this->name; ?>_field_form">
|
||||
<?php
|
||||
|
||||
foreach($this->arr_select as $value => $select)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue