Nope it´s because that the Umbraco Forms 4.4.2 is the latest one. Could you please try disable the Google Font to see if you still are experience the same issue.
sorry the problem was solved there was more than one year and the dev who work on it is no longer here.
All I can say is we used the 4.4.2, don't know if there is a new version.
Here the url of site where I got the problem : https://www.vitagora.com/
There is no forms with date picker anymore but maybe you check the meta data or something else.
If you have multiple languages you just have to check the CultureInfo.CurrentUICulture.Name and set the correct moment localized js with an if statement.
Date picker in front page and japanese characters
Hi,
I have a an issue with the date picker in my form, when I select a date it's set with japaneses characters are add in the field :
I searched in the forum a same issue but I found nothing else about it. Do you have an idea of the problem ? I am using Forms "4.4.2".
Thx
Hi Sylvain,
I can see that you are using a special font, and the could it be at that characters are missing is - and / perhaps they are not included in the font?.
What culture has been added under the menu item culture and hostname? in the action menu.
All the best,
-Dennis
Hi Dennis,
thanks for repling. I used a Google Font, Open Sans : https://fonts.google.com/specimen/Open+Sans?selection.family=Open+Sans
Usely I never had problem with it.
For your next question sorry but I am not a developper ^^' where I can get this information ?
best regards
Hi,
I searched for the language in the backoffice, two languages are set :
This answers at your question ?
Hi Sylvain,
You can find the version of Umbraco Forms that you are running here. https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Installation/Upgrade
On the dashboard you will see a version number in the bottom.
Best,
/Dennis
Dennis,
Thanks for your reply. Current installed version of Umbraco Forms: "4.4.2" And it does not offer to install an update by the way.
Hi Sylvain,
Nope it´s because that the Umbraco Forms 4.4.2 is the latest one. Could you please try disable the Google Font to see if you still are experience the same issue.
Best,
/Dennis
Hi Dennis,
I disable the font and I forced to use a standard font on the field but it is still the same :
Best
Hi Dennis,
do you have an new idea for this bug ?
Regards
Hi Sylvain,
I think that you should report it here. http://issues.umbraco.org/issues/CON
All the best,
/Dennis
Hi,
I have exactly the same problem.
Did you find a solution?
Hello,
sorry the problem was solved there was more than one year and the dev who work on it is no longer here. All I can say is we used the 4.4.2, don't know if there is a new version.
Here the url of site where I got the problem : https://www.vitagora.com/ There is no forms with date picker anymore but maybe you check the meta data or something else.
I solve the problem setting the specific localized js for my language on:
/Views/Partials/Forms/DatePicker.cshtml
So I set:
instead of:
If you have multiple languages you just have to check the CultureInfo.CurrentUICulture.Name and set the correct moment localized js with an if statement.
is working on a reply...