set_value() is working but set_select() not working |
If the value is null, then that means that it is not being sent in the first place. Try adding this in your controller, before the checks, to see what your form sends:
PHP Code: dd($this->request->getPost()); |
Welcome Guest, Not a member yet? Register Sign In |