I have form with a custom workflow that does some validation against a external webservice. If the validation fails I redirect back to the form and pass the recordGuid as querystring parameter.
If I try to submit the form again all new values are picked up, except for changes made in a datepicker. The form is opened with the values of the first submit. I make a change in the datepicker and submit again. The original value is submitted to the workflow again.
Datepicker and form in edit mode problem
Hi,
I have form with a custom workflow that does some validation against a external webservice. If the validation fails I redirect back to the form and pass the recordGuid as querystring parameter.
If I try to submit the form again all new values are picked up, except for changes made in a datepicker. The form is opened with the values of the first submit. I make a change in the datepicker and submit again. The original value is submitted to the workflow again.
How can I fix this ?
Dave
Comment author was deleted
Sounds like a bug, taking a look now http://issues.umbraco.org/issue/CON-212
is working on a reply...