Welcome Guest, Not a member yet? Register   Sign In
[solved]$this->input->post() not working?
#3

[eluser]Aken[/eluser]
The form_label() function only generates an HTML <label> tag, which can be placed anywhere on a page, even without a &lt;form&gt; tag all together. <label> tags are also no part of the values that are submitted through a form, so there's zero ways that it would break your $this->input->post() on its own.

Based on your view, I'd say it has something to do with how you're processing the form through Javascript. JS is expecting to find those labels inside the &lt;form&gt; element, when you are placing them outside. I didn't go through your code enough to find out for sure, but I'd hate for you to unintentionally mislead anyone with a "fix" that is actually unrelated.


Messages In This Thread
[solved]$this->input->post() not working? - by El Forum - 07-17-2011, 09:49 AM
[solved]$this->input->post() not working? - by El Forum - 07-17-2011, 10:43 AM
[solved]$this->input->post() not working? - by El Forum - 07-17-2011, 08:14 PM
[solved]$this->input->post() not working? - by El Forum - 07-18-2011, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB