Welcome Guest, Not a member yet? Register   Sign In
Two Submit Buttons in Forms
#6

[eluser]Renard Urbain[/eluser]
Ah!

Not exactly in the best practices but I would do something similar to :

if(!isset($_POST['accept']) or !isset($_POST['decline']))
$this->load->view('the_form');
else
// do the stuff

Note that to access the $_POST you need to set $config['enable_query_strings'] = TRUE; in /system/application/config/config.php otherwise you can access your post arrray via $this->input->post(<name>);


Messages In This Thread
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 01:59 PM
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 02:43 PM
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 02:53 PM
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 03:00 PM
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 03:12 PM
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 03:15 PM
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 03:31 PM
Two Submit Buttons in Forms - by El Forum - 11-10-2008, 05:04 PM
Two Submit Buttons in Forms - by El Forum - 11-11-2008, 02:27 PM
Two Submit Buttons in Forms - by El Forum - 11-11-2008, 04:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB