Multiple Date Pickers & Update Record Issues
I created my search/results/update pages with data assist. Everything works fine on updating the records but I decided to change the date fields on everything (set as varchar in the DB) to use datepickers (more consistent). I put in the first datepicker and changed the bindings, updates great and then goes back to the detail page. I inserted the second of three date pickers, used the same format/syntax for the code, changed the bindings and now when I hit the update button it updates the record but does NOT go to the detail page as it did before. I assume using multiple date pickers shouldn't cause a problem and I'm confused why it's skipping the "After Update goto" when adding another picker.
The pages are not yet protected so you can play with them. You will need a record number i.e. www......php?id=200)
Good page 1 picker: training_update.php?id=200
Bad page with 2 pickers training_updateDatePicker2.php?id=200
I've uploaded my php files.