Edit form echoes previously saved data correctly but does not update the form fields
问题 Echoing previously saved data (excluding those from dropdown values) already works fine for me. I could see correct data saved for a particular record, however, after editing the form, I don't see anything successful after it. The data which were supposedly edited remain the same. Everything I typed to actually edit the echoed values went nowhere. I currently have this in my controller: public function edit_job() { $this->validateRole('client'); $this->load->model('job_model'); $id = $this-