Example #1
0
                ?>
</p>
				<?php 
            }
        }
    }
    $math_init = $model->mathInit();
    ?>
		<form role="form" action="" method="post">
			<input type="hidden" name="FeedbackForm[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="FeedbackForm[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="FeedbackForm[phone]" id="controlPhone" value="">
			</div>
			<div class="form-group<?php