Welcome Guest, Not a member yet? Register   Sign In
Loading View with Posting Data
#11

(This post was last modified: 03-06-2016, 04:49 AM by Wouter60.)

Put the URL in the Action= attribute, like this:
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')); 
Reply
#12

(03-06-2016, 04:49 AM)Wouter60 Wrote: Put the URL in the Action= attribute, like this:
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')); 
Thank you Wouter that worked for me. Much appreciated!
Reply
#13

You're welcome!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB