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].
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.
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; }
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.
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).
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.