Пример #1
0
echo $form->field($model, 'nama_orangtua')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'agama_orangtua')->dropDownList(app\models\Pemohon::optsagamaorangtua());
?>
			<?php 
echo $form->field($model, 'pekerjaan_orangtua')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'nomor_telpon_orangtua')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'nama_saudara')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'agama_saudara')->dropDownList(app\models\Pemohon::optsagamasaudara());
?>
			<?php 
echo $form->field($model, 'pekerjaan_saudara')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'nomor_telpon_saudara')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'hubungan_saudara')->textInput(['maxlength' => true]);
?>
			<?php 
echo $form->field($model, 'keterangan')->textarea(['rows' => 6]);
?>
			<?php 
echo $form->field($model, 'tanggal_add')->textInput();