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

[eluser]verynewtothis[/eluser]
Correctly identified above that you were missing 'echo' in your view and you could also give your button a label:
Code:
// From the manual
echo form_submit('mysubmit', 'Submit Post!');

// Would produce:

<input type="submit" name="mysubmit" value="Submit Post!" />


Messages In This Thread
Form helper not working - by El Forum - 08-06-2010, 12:19 PM
Form helper not working - by El Forum - 08-06-2010, 12:24 PM
Form helper not working - by El Forum - 08-06-2010, 12:44 PM
Form helper not working - by El Forum - 08-06-2010, 02:11 PM
Form helper not working - by El Forum - 08-06-2010, 10:37 PM
Form helper not working - by El Forum - 08-06-2010, 11:27 PM
Form helper not working - by El Forum - 08-07-2010, 02:47 AM
Form helper not working - by El Forum - 08-07-2010, 08:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB