i want call view from view. I guess that's possible but i don't know way to do that. I try something like this:
<button id="submit-buttons" action="<?php $this->load->view('some_view'); ?>">Submit 1</button>
and doesn't work. Anyone have some idea?