Welcome Guest, Not a member yet? Register   Sign In
Problem with Form and form tags built with CodeIgniter.. URGENT assistance required
#2

[eluser]CroNiX[/eluser]
The attributes array must be key/value pairs like the user guide shows for form_open() in the "Adding Attributes" section. Also, you are missing an echo for form_open(). You have it for form_close().

You should also load the form helper in the controller, not the view.

Your form should submit to a controller/method, not just a controller like it currently is.


Messages In This Thread
Problem with Form and form tags built with CodeIgniter.. URGENT assistance required - by El Forum - 02-07-2013, 11:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB