/var/www/vhosts/nabawater/frontend/views/user
NameSizeModeActions
address.php50650644editdlrm
change-password.php16130644editdlrm
favourites.php35610644editdlrm
index.php27500644editdlrm
loyalty.php29100644editdlrm
order-details.php22400644editdlrm
order.php117250644editdlrm
profile.php147580644editdlrm
refund-bottle.php46600644editdlrm
reminder.php55080644editdlrm
reset-password.php11190644editdlrm
review.php82260644editdlrm
subscription.php30060644editdlrm
subscription_tr.php7580644editdlrm
wallet.php95810644editdlrm
_address_form.php144020644editdlrm
_form.php8810644editdlrm
_order_div.php14630644editdlrm
_register-form.php15600644editdlrm
_userInfo.php7440644editdlrm
_userMenu.php22530644editdlrm
_wallet_tr.php6680644editdlrm
Edit: /var/www/vhosts/nabawater/frontend/views/user/profile.php (14758B)
render('/user/_userInfo'); $model->setScenario(User::PROFILE_UPDATE); $form = CActiveForm::begin(['options' => ['enctype' => 'multipart/form-data', 'id'=>'profile_update']])->setModel($model); $uploadHelper = UploadHelper::getInstance(); ?>
render('/user/_userMenu');?>

field($model, 'first_name') ->textInput(['placeholder' => yii::t('frontend', 'First name')]) ->label(false); ?>
field($model, 'last_name') ->textInput(['placeholder' => yii::t('frontend', 'Last name')]) ->label(false); ?>
field($model, 'email') ->textInput(['placeholder' => yii::t('frontend', 'email'),'readonly'=> true]) ->label(false); ?>
field($model, 'mobile_number') ->textInput(['placeholder' => yii::t('frontend', 'mobile number'),'class' => 'form-control mobile-country']) ->label(false); ?>
field($model, 'weight') ->textInput(['placeholder' => yii::t('frontend', 'Weight')]) ->label(false); ?>
field($model, 'height') ->textInput(['placeholder' => yii::t('frontend', 'Height'), 'class' => 'form-control']) ->label(false); ?>
field($model, 'gender')->radiolist( ['1' => 'Male', '2' => 'Female'] )->label(false); ?>
field($model, 'DOB') ->textInput(['placeholder' => yii::t('frontend', 'DOB'),'class'=>'form-control', 'id' => 'dob']) ->label(false); ?>

field($model, 'old_password') ->passwordInput(['placeholder' =>yii::t('frontend', 'Enter current password'), "autocomplete"=>"new-password"]) ->label(false) ?>
field($model, 'new_password') ->passwordInput(['placeholder' =>yii::t('frontend', 'Enter new password')]) ->label(false); ?>
field($model, 'confirm_password') ->passwordInput(['placeholder' =>yii::t('frontend', 'Enter confirm password')]) ->label(false) ?>