Welcome Guest, Not a member yet? Register   Sign In
form_submit() does not post
#3

(04-19-2015, 06:21 PM)webnaz Wrote: Add type="submit" to your buttons

PHP Code:
$data['save_btn'] = array(
 
               ......
 
               'type' => 'submit',
 
               ........
 
           ); 

Thanks Webnaz for reply, it doesn't work and i not generate a button, i usually generate a submit button which is according to codeigniter user guide form_submit() it does help me auto add in type="submit".

and i missing one very informative info which is i using codeigniter 3 HMVC. i also tested codeingiter 3 without HMVC. Its work, but HMVC doesn't.
Reply


Messages In This Thread
form_submit() does not post - by Edwin - 04-19-2015, 08:39 AM
RE: form_submit() does not post - by webnaz - 04-19-2015, 06:21 PM
RE: form_submit() does not post - by Edwin - 04-20-2015, 06:15 AM
RE: form_submit() does not post - by mwhitney - 04-20-2015, 10:12 AM
RE: form_submit() does not post - by kilishan - 04-20-2015, 10:16 AM
RE: form_submit() does not post - by Edwin - 04-22-2015, 11:47 PM
RE: form_submit() does not post - by CroNiX - 04-23-2015, 08:13 AM
RE: form_submit() does not post - by Edwin - 04-25-2015, 10:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB