Welcome Guest, Not a member yet? Register   Sign In
form field not updating
#3

[eluser]deongee[/eluser]
The account_id is passed from another page.

Code:
<span ><a href="&lt;?php echo $config['dash_base_url'].'manage/edit/'.$account-&gt;account_id ?&gt;"> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</a></span>
</div>

When the page loads it passes the account_id variable url to edit.php view page.


This is the only field that is not updating, All the other fields are updating okay.

Code:
&lt;?php
echo form_label('Account ID', 'account_id');
echo '<span  color:#C40909;">'.form_error('account_id',' *');  
echo form_input('account_id', set_value('account_id', $faccount_id['value']),'style="width: 388px;"'); '</span>'
?&gt;



Messages In This Thread
form field not updating - by El Forum - 03-29-2013, 09:06 AM
form field not updating - by El Forum - 03-29-2013, 09:43 AM
form field not updating - by El Forum - 03-29-2013, 09:53 AM
form field not updating - by El Forum - 03-29-2013, 10:11 AM
form field not updating - by El Forum - 03-29-2013, 10:25 AM
form field not updating - by El Forum - 03-29-2013, 10:54 AM
form field not updating - by El Forum - 03-29-2013, 10:59 AM
form field not updating - by El Forum - 03-29-2013, 11:12 AM
form field not updating - by El Forum - 03-29-2013, 11:25 AM
form field not updating - by El Forum - 03-29-2013, 12:12 PM
form field not updating - by El Forum - 04-01-2013, 05:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB