CodeIgniter Forums
Problems with form_reset(); - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problems with form_reset(); (/showthread.php?tid=6115)



Problems with form_reset(); - El Forum - 02-14-2008

[eluser]Tomas Sundvall[/eluser]
Hello!

I have searched for this subject without any result and I do find it verey strange if I'm the first one to discover this problem.

But it's really strange, as soon as I try to use form_reset(), I get a Fatal error because I'm trying to call an unidentified function.

I have had this problem in all my CodeIgniter projects. All the other form helper functions works great for me thoe.

/Tomas


Problems with form_reset(); - El Forum - 02-15-2008

[eluser]tonanbarbarian[/eluser]
what version of CI are you using
and how about giving some more details
exact error message
code that is calling it
are you loading the form helper first?


Problems with form_reset(); - El Forum - 02-15-2008

[eluser]Tomas Sundvall[/eluser]
Sorry for the poor information.

When I saw your post, I realised that maybe the form_reset() function was added in CI 1.6. And since I use version 1.5.4 that's why it won't work, and so it was.

Thanks for your reply!

/Tomas