Datepicker (CF5) Short Days / Short Months not working

fix datepicker short days and months not working in ChronoForms.

Overview

The issue occurs when using single quotes in the Short Days and Short Months fields, which causes the datepicker to stop functioning.
Replace the single quotes in the field values with double quotes to resolve the problem.

Answered
jj jj135 04 Nov, 2014
Hi! When I use a Datepicker Box (CF 5 / Joomla 3.3.6) in my form and put some data in the (advanced tab) Short Days / Short Months fields the datepicker stops working in the frontend. I tried using the example string below the fields (['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'] and ['Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Aout', 'Sep', 'Oct', 'Nov', 'Dez'] but these also cause the datepicker to not work. When these fields are empty the datepicker does work OK.

Am I missing something or is this a bug?

Kind regards, Jip.
Gr GreyHead 04 Nov, 2014
Answer
Hi Jip,

Oh . . . I didn't even know that those boxes had been added.

The problem seems to be with the quotes, if you replace the ' with " (double quotes) then it works OK for me.

Bob
This topic is locked and no more replies can be posted.