diff --git a/app/Controllers/Customer.php b/app/Controllers/Customer.php index 8295e38..13a47d0 100644 --- a/app/Controllers/Customer.php +++ b/app/Controllers/Customer.php @@ -87,7 +87,7 @@ class Customer extends BaseController $data = [ 'first_name' => $this->request->getPost('cfname'), 'last_name' => $this->request->getPost('csname'), - 'mobile_no' => $this->request->getPost('cmobile'), + 'mobile_no' => $this->request->getPost('mobile'), 'email' => $this->request->getPost('cmail'), 'date_of_birth' => $dob, 'pan_no' => $pan, diff --git a/app/Views/customer_form.php b/app/Views/customer_form.php index 9951b96..bb0628c 100644 --- a/app/Views/customer_form.php +++ b/app/Views/customer_form.php @@ -22,7 +22,7 @@
-
" id="myForm" name="myForm"> + " id="myForm" name="myForm">
@@ -30,8 +30,8 @@
Please provide.
@@ -68,7 +68,7 @@
+91
- +
Please provide.
@@ -111,13 +111,13 @@
- +
-
@@ -189,6 +189,12 @@ });