Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sylvain Roques 7 posts 77 karma points
    Apr 21, 2017 @ 10:12
    Sylvain Roques
    0

    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 : enter image description here

    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

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Apr 21, 2017 @ 11:15
    Dennis Aaen
    0

    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

  • Sylvain Roques 7 posts 77 karma points
    Apr 21, 2017 @ 12:29
    Sylvain Roques
    0

    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 ?

    What culture has been added under the menu item culture and hostname? in the action menu.

    best regards

  • Sylvain Roques 7 posts 77 karma points
    Apr 24, 2017 @ 09:18
    Sylvain Roques
    0

    Hi,

    I searched for the language in the backoffice, two languages are set : enter image description here

    This answers at your question ?

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Apr 24, 2017 @ 12:03
    Dennis Aaen
    0

    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

  • Sylvain Roques 7 posts 77 karma points
    Apr 24, 2017 @ 12:18
    Sylvain Roques
    0

    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.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Apr 24, 2017 @ 13:53
    Dennis Aaen
    0

    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

  • Sylvain Roques 7 posts 77 karma points
    Apr 24, 2017 @ 14:15
    Sylvain Roques
    0

    Hi Dennis,

    I disable the font and I forced to use a standard font on the field but it is still the same : enter image description here

    Best

  • Sylvain Roques 7 posts 77 karma points
    May 10, 2017 @ 10:10
    Sylvain Roques
    0

    Hi Dennis,

    do you have an new idea for this bug ?

    Regards

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    May 10, 2017 @ 13:21
    Dennis Aaen
    0

    Hi Sylvain,

    I think that you should report it here. http://issues.umbraco.org/issues/CON

    All the best,

    /Dennis

  • Lorenzo Mercati 22 posts 45 karma points
    Jul 11, 2018 @ 08:02
    Lorenzo Mercati
    0

    Hi,

    I have exactly the same problem.

    Did you find a solution?

  • Sylvain Roques 7 posts 77 karma points
    Jul 11, 2018 @ 16:01
    Sylvain Roques
    0

    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.

  • Francesco Pasqui 6 posts 98 karma points
    Jul 13, 2018 @ 08:41
    Francesco Pasqui
    0

    I solve the problem setting the specific localized js for my language on:

    /Views/Partials/Forms/DatePicker.cshtml

    So I set:

    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js" type="text/javascript"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/locale/it.js" type="text/javascript"></script>
    

    instead of:

    <script src="/App_Plugins/UmbracoForms/Assets/moment/min/moment-with-locales.min.js" type="text/javascript"></script>
    

    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.

Please Sign in or register to post replies

Write your reply to:

Draft