Posts Tagged with "Form Validation"

Repopulate form fields in Codeigniter

Saturday, June 4, 2011

2 Comments

Codeigniter

Repopulating the form fields using the Codeigniter form helper functions will not work when there is not validation assigned to a field. This post explains a solution that can be used to solve this issue. The helper function set_value() is used for populating the values of the input boxes. The function rely on the CI [...]

Continue reading...