Welcome Guest, Not a member yet? Register   Sign In
Form helper problems
#7

[eluser]WebsiteDuck[/eluser]
Make all of your form functions look like this
<?php echo form_input('userEmail',set_value('userEmail')); ?>

In your view code you are missing the "echo" in your userEmail input box

<?=form_input('userEmail',set_value('userEmail'))?>
This should work but your server may have short tags turned off.

Edit: Ah sorry, too late


Messages In This Thread
Form helper problems - by El Forum - 01-07-2010, 01:13 PM
Form helper problems - by El Forum - 01-07-2010, 02:53 PM
Form helper problems - by El Forum - 01-07-2010, 02:56 PM
Form helper problems - by El Forum - 01-07-2010, 03:00 PM
Form helper problems - by El Forum - 01-07-2010, 03:04 PM
Form helper problems - by El Forum - 01-07-2010, 03:20 PM
Form helper problems - by El Forum - 01-07-2010, 03:21 PM
Form helper problems - by El Forum - 01-07-2010, 03:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB