Welcome Guest, Not a member yet? Register   Sign In
form field not updating
#4

[eluser]TheFuzzy0ne[/eluser]
Sorry. I see no reason why that shouldn't work if the others are working. Just to be clear: Have you tried changing the values of the other fields to something other than the default? Does that definitely work as expected when you submit the form? Can you get errors to display on your form?

Have you enabled error reporting? Place this at the top of your index.php file:
Code:
ini_set('display_errors', '1');
error_reporting(E_ALL);

That might show something. Even if it doesn't, it's good to keep it enabled while you're developing your app.


Messages In This Thread
form field not updating - by El Forum - 03-29-2013, 09:06 AM
form field not updating - by El Forum - 03-29-2013, 09:43 AM
form field not updating - by El Forum - 03-29-2013, 09:53 AM
form field not updating - by El Forum - 03-29-2013, 10:11 AM
form field not updating - by El Forum - 03-29-2013, 10:25 AM
form field not updating - by El Forum - 03-29-2013, 10:54 AM
form field not updating - by El Forum - 03-29-2013, 10:59 AM
form field not updating - by El Forum - 03-29-2013, 11:12 AM
form field not updating - by El Forum - 03-29-2013, 11:25 AM
form field not updating - by El Forum - 03-29-2013, 12:12 PM
form field not updating - by El Forum - 04-01-2013, 05:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB