I just started using CI today.. I normally use CakePHP but a whole lot of smaller projects needed something less "bulky".
What is the easiest way to implement sticky forms (retain user input after reload) in CI?
I currently have a whole lot of radio buttons for multiple choice quiz and some other text fields and when validation fails the data is lost...
I probably don't need to use session vars as I am not redirecting, I am simply loading the view upon validation failure, so the data should be available in $_POST..