I have Yii radio button list as follows. forgotpassword1.php This is the action for forgotpassword1. Here I call a function named “ChangePassword()” from my backend application. One of the parameters passed to the backend is send_type: mobile or email. The problem is it will always takes mobile as the send_type. I’ve used to set the default value as mobile. Why