Welcome Guest, Not a member yet? Register   Sign In
Form Confusion, How to Properly Display Form Errors?
#2

[eluser]Michael Wales[/eluser]
Code:
<?= $this->validation->error_string; ?>

<?= form_open('user/login'); ?>
<input type="text" name="username" value="<?= $this->validation->username; ?>" />
<input type="submit" value="Go" />
<?= form_close(); ?>


Messages In This Thread
Form Confusion, How to Properly Display Form Errors? - by El Forum - 02-17-2008, 10:17 PM
Form Confusion, How to Properly Display Form Errors? - by El Forum - 02-17-2008, 11:28 PM
Form Confusion, How to Properly Display Form Errors? - by El Forum - 02-17-2008, 11:37 PM
Form Confusion, How to Properly Display Form Errors? - by El Forum - 02-18-2008, 01:10 AM
Form Confusion, How to Properly Display Form Errors? - by El Forum - 02-18-2008, 03:24 AM
Form Confusion, How to Properly Display Form Errors? - by El Forum - 02-18-2008, 11:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB