Welcome Guest, Not a member yet? Register   Sign In
NEWBIE ALERT! - Basic Form: Please help me find my fault
#3

[eluser]Aken[/eluser]
You need to load most helpers prior to using them! Add this to any controller method that utilizes the helper:
Code:
$this->load->helper('form');
You also didn't include your $input_submit variable into the form_submit() helper, just FYI. Smile


Messages In This Thread
NEWBIE ALERT! - Basic Form: Please help me find my fault - by El Forum - 06-20-2011, 09:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB