Пример #1
0
echo $form->field($model, 'nomor_identitas')->textInput();
?>
			<?php 
echo $form->field($model, 'nama')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'jenis_kelamin')->dropDownList(app\models\Pemohon::optsjeniskelamin());
?>
			<?php 
echo $form->field($model, 'tempat_lahir')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'tanggal_lahir')->textInput();
?>
			<?php 
echo $form->field($model, 'agama')->dropDownList(app\models\Pemohon::optsagama());
?>
			<?php 
echo $form->field($model, 'alamat')->textarea(['rows' => 6]);
?>
			<?php 
echo $form->field($model, 'pekerjaan')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'tempat')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'nomor_telpon')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'nama_orangtua')->textInput(['maxlength' => true]);