We are using Umbraco 7.14.0 with Umbraco Forms 7.0.6.
A client has a form with 2 datepickers on it, on the same page - however, when data is submitted only the second date is being stored against the Form entry.
I've searched Google and here and can't find any record of anybody else having this issue - has anybody else encountered this?
Have just come across it on a form that has 6 date pickers that are all required fields. It's saving the value entered in the first picker in the field for the 6th picker and all 5 other values are empty.
Apologies, I've only just seen this - I did find an answer and a workaround (it involved updating a JS file for Forms) - it's a known issue in that version of Forms apparently:
Multiple datepickers on single Form
Hi there,
We are using Umbraco 7.14.0 with Umbraco Forms 7.0.6.
A client has a form with 2 datepickers on it, on the same page - however, when data is submitted only the second date is being stored against the Form entry.
I've searched Google and here and can't find any record of anybody else having this issue - has anybody else encountered this?
Many thanks,
Chris.
Hi Chris,
Did you ever find out what was causing this?
Have just come across it on a form that has 6 date pickers that are all required fields. It's saving the value entered in the first picker in the field for the 6th picker and all 5 other values are empty.
Umbraco 7.13.2 with Forms 7.0.6
Cheers,
Warwick
Hi Warwick,
Apologies, I've only just seen this - I did find an answer and a workaround (it involved updating a JS file for Forms) - it's a known issue in that version of Forms apparently:
https://github.com/umbraco/Umbraco.Forms.Issues/issues/74
It's fixed in later versions though so upgrading should sort you out!
Thanks Chris!
That was super useful.
Sorted now!
is working on a reply...