• Resolved Imageboercw57

    (@boercw57)


    The current version is probably recently updated. Since now the form I have with two fields with time don’t work anymore with required ON. It’s nessesary for us, so please investigate were it goes wrong. Probably a quick fix can resolve this problem.

    In between my review (sorry again) has been answered. The workaround hereby is to use the field “Date/Time” instead of “Time”. It’s not really clear when this issue is solved and updated in the later update of the Plug-In. [thanks to Faisal Ahammad to answer my review].

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same problem. I had to downgrade to version 3.10.1.

    Strangely, I have another website with 3.10.2.2 and a time field that still works.

    • This reply was modified 6 months, 1 week ago by ImageJustin Dixon.

    Hi there,

    Good morning. I hope you’re doing great.

    The problem you’re experiencing is linked to the recent update of Ninja Forms to version 3.10.2. Our engineering team is already aware of this and is working hard to fix it.

    In the meantime, if you’d like to use the Date/Time field on Ninja Forms v3.10.2.2, you can use the “Both Date & Time” option in the Date/Time field’s “Date/Time Mode” setting, as shown in the screenshot below. This will ensure the form records both the date and time on the submission page.

    Image

    If you’d like to hide the Date Picker on the frontend form page, you can apply the following CSS code in Advanced → Styles → Container Styles → Show Advanced CSS Properties → Advanced CSS, as shown below. This will make only the Time Picker visible on the frontend.

    .pikaday__container {
    display: none;
    }
    Image
    Image

    But if you’re not using the “Layout & Styles” add-on, then use the following CSS code in the child theme’s style.css file or in Appearance → Customize → Additional CSS.

    #nf-form-1-cont .date-container .pikaday__container {
    display: none !important;
    }

    Note: Be sure to use your form ID instead of “1” in nf-form-1-cont. You can find the form ID in the webpage URL while editing the form, such as https://yourwebsite.com/wp-admin/admin.php?page=ninja-forms&form_id=973 (The form ID is 973, so the CSS selector will be #nf-form-973-cont).

    Give it a try, and let me know how that goes!

    Have a good day!

    Thanks
    Faisal

    Imageameise27

    (@ameise27)

    Sorry for the late answer and thank you very much for the help!

    Unfortunately I can’t use this exact solution as I have a date picker in my form as well as two time pickers. But for now my problem is solved by just staying on 3.10.1. Or is the problem solved now with 3.10.3? I dont see it in the changelog.

    ImageFaisal Ahammad

    (@faisalahammad)

    Hi @ameise27

    Could you please open a new ticket on the forum or our website so we can take a closer look at your issue and help resolve it?

    Regards
    Faisal

    Plugin Support ImageMia

    (@xmiax)

    The fix for this is included in the current release (version 3.10.4). Please update to that version.

    Thanks

    Mia

    This issue is not fixed!
    I have the same problem.

Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.