Welcome Guest, Not a member yet? Register   Sign In
Re-populating forms
#2

[eluser]smilie[/eluser]
It is important that you are using form_validation for this, as that class is managing form re-populating.

See: http://ellislab.com/codeigniter/user-gui...latingform

Btw,
Code:
echo form_input('username','set_value('username')','id="username"');

Should be:

Code:
echo form_input("username","set_value('username')","id='username'");

Cheers,
Smilie


Messages In This Thread
Re-populating forms - by El Forum - 07-08-2011, 11:28 AM
Re-populating forms - by El Forum - 07-08-2011, 11:33 AM
Re-populating forms - by El Forum - 07-08-2011, 02:27 PM
Re-populating forms - by El Forum - 07-08-2011, 04:05 PM
Re-populating forms - by El Forum - 07-08-2011, 04:24 PM
Re-populating forms - by El Forum - 07-08-2011, 04:49 PM
Re-populating forms - by El Forum - 07-08-2011, 05:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB