Here is the flow. I have data in the database. It needs editing. I want to populate a form, then let the user submit changes (if any), validate those changes and update the database.
How can I initialize $this->validation->formElementName?
Here is some pseudocode
if first load
$this->validation->formElement1 = "someData";
else
call validation sequence;
Any ideas or comments are appreciated.
UPDATE = I posted in the wrong portion of the forum. Sorry.
