Hi, I want to set a default value to the text field which are sent to the view from controller . here i have sent the corporate_name from controller $this->view->corporate_name=$corporate_name
<div class="form-group" align="left" >
<p> Company Name</p>
<div class="controls">
{{ text_field('user_name', 'class': "form-control",'readonly': 'true','value': {{corporate_name}} }}
</div>
</div>
How to do this?? Please Help!!!