<?php echo form_open(base_url().'qualified_policy/fetch') ?>
<?php echo form_input(); ?>
<?php echo form_submit("btn_add","ADD");?>
<?php echo form_close(); ?>
Above form action is direct to function of a controller. when submit button is clicked it call the fetch function. I want to call another function using another button. then how should be the form action url?