Welcome Guest, Not a member yet? Register   Sign In
submit button dont responding
#3

[eluser]cahva[/eluser]
[quote author="johnpeace" date="1297667228"]You need to give your submit input a name attribute and value.[/quote]
Nopes thats not it and its not mandatory to have name or value in submit button. Input button does'nt work because there is no form so its not sending it.
You need to print the form_open() and form_close()
Code:
echo form_open_multipart('orders/change_status/'.$data->ORDER_ID);
...
echo form_close();


Messages In This Thread
submit button dont responding - by El Forum - 02-13-2011, 04:06 PM
submit button dont responding - by El Forum - 02-13-2011, 07:07 PM
submit button dont responding - by El Forum - 02-13-2011, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB