I added two input field on View of checkout page. But when I'm trying to get those input value to respect controller by using this code $this->input->post('myfield'); I'm not getting the value of that input field.
Does any one know how to get those input value?