Put the URL in the Action= attribute, like this:
Or, by using the form helper:
PHP Code:
<form action="home/edit" method="post" id="date_picker_form">
Or, by using the form helper:
PHP Code:
echo form_open("home/edit",array('id'=>'date_picker_form'));