Form Validation Repopulation with Form Helper |
[eluser]xzela[/eluser]
I had a hard time with that issue too. I'm not sure if this is the 'proper' way to do it, but i find this works pretty well. HTML code: Code: <input name='text_box' value='<?php echo set_value('text_box'); ?>' /> Like i said, not sure if that's the proper way to do it. Remember, you'll have to load the 'form' helper to use it. For more details see: http://ellislab.com/codeigniter/user-gui...elper.html |
Messages In This Thread |
Form Validation Repopulation with Form Helper - by El Forum - 01-26-2009, 04:22 PM
Form Validation Repopulation with Form Helper - by El Forum - 01-26-2009, 05:54 PM
Form Validation Repopulation with Form Helper - by El Forum - 01-26-2009, 06:02 PM
Form Validation Repopulation with Form Helper - by El Forum - 01-27-2009, 11:52 AM
Form Validation Repopulation with Form Helper - by El Forum - 01-27-2009, 12:17 PM
Form Validation Repopulation with Form Helper - by El Forum - 01-30-2009, 12:06 AM
|