Пример #1
0
                echo Html::encode($item);
                ?>
</p>
				<?php 
            }
        }
    }
    ?>
		<form role="form" action="" method="post">
	 		<input type="hidden" name="OrderForm[nospam]" value="">
			<div class="form-group<?php 
    echo isset($errors['fio']) ? ' has-error' : '';
    ?>
">
				<label class="control-label" for="controlFio"><?php 
    echo $model->getAttributeLabel('fio');
    ?>
<small></small></label>
				<input type="text" class="form-control" name="OrderForm[fio]" id="controlFio" value="">
			</div>
			<div class="form-group<?php 
    echo isset($errors['phone']) ? ' has-error' : '';
    ?>
">
				<label class="control-label" for="controlPhone"><?php 
    echo $model->getAttributeLabel('phone');
    ?>
<small></small></label>
				<input type="tel" class="form-control" name="OrderForm[phone]" id="controlPhone" value="">
			</div>
			<div class="form-group<?php