Welcome Guest, Not a member yet? Register   Sign In
Loading View with Posting Data
#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


Messages In This Thread
Loading View with Posting Data - by acheng16 - 02-24-2016, 03:52 PM
RE: Loading View with Posting Data - by Wouter60 - 02-25-2016, 12:13 PM
RE: Loading View with Posting Data - by RobertSF - 02-25-2016, 12:22 PM
RE: Loading View with Posting Data - by acheng16 - 03-02-2016, 08:46 PM
RE: Loading View with Posting Data - by Wouter60 - 03-03-2016, 08:39 AM
RE: Loading View with Posting Data - by acheng16 - 03-03-2016, 01:56 PM
RE: Loading View with Posting Data - by RobertSF - 03-03-2016, 06:59 PM
RE: Loading View with Posting Data - by acheng16 - 03-05-2016, 08:21 AM
RE: Loading View with Posting Data - by Wouter60 - 03-05-2016, 09:04 AM
RE: Loading View with Posting Data - by acheng16 - 03-05-2016, 01:32 PM
RE: Loading View with Posting Data - by Wouter60 - 03-06-2016, 04:49 AM
RE: Loading View with Posting Data - by acheng16 - 03-06-2016, 02:05 PM
RE: Loading View with Posting Data - by Wouter60 - 03-07-2016, 08:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB