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

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

In your edit.php (view) you are generating a form with these attributes:
Code:
<form action="" method="post" id="date_picker_form">

Because of the action="", the input is posted to the same url that was used to call the form.
Maybe I'm wrong, but as far as I can see, the form is generated from the National method first. If you submit your form, the data is posted to the National method again, and I think that's where you are going wrong.
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