maladignia
Forum Replies Created
-
Hi Nebu John,
Thanks.. that was stupid of me… thanks for looking into that. It all seems to be working now.
Thank you, team, for helping me out. I’m marking this as resolved again. 🙂
Hi Dmytro,
Here’s the export: https://pastebin.pl/view/b85726f8 (will keep 1 week)
The problem is now with the timefield “Tijd1”.
To have the user pick a time between 10:00 and 16:00 (at 16:00 all appointments should be concluded) I have given the option for the hour field of a value between 10 and (incl) 15 and the minute field from 0-55 (5 minute interval). When I choose the time 15 hours 00 minutes it’s fine. But as soon as I up the minutes (so 15 hours 5 minutes) a warning appears to choose a time between 10:00 and 16:00 (the actual warning I entered in the ‘show this warning’ part of the form builder). For all minutes other than 00 this error appears when combined with the 15 hour selection.
This also applies when using dropdowns instead of inputs for the hours and the minutes.
I could circumvent this by making 1 dropdown with all time options in it but that would mean a rather long list for the user to choose from, so I’d rather not.
Am I doing something wrong here? (if so: what?)
I’ll be offline for a couple of days so take your time debugging. 🙂
And of course after I closed it I found another bug. 🙁 I’m sorry.
When I set the limit to 10-15 hours there seems to be an off by one error going on when I try to enter 15:55 for example. This is within the 10:00-16:00 limit but the form says no. This happens both for dropdowns and number input fields.
Ah, thanks I’ll try that.
Thanks again for the support, I’ll close this thread now. 🙂
Hi there,
Thanks for finding a workaround for now and for reporting it to the development team. 🙂
Could you also ask the development team if it is possible to set the ‘min’ and ‘max’ values of the input field to the values that have been given in the settings. So in my example 10 and 16. That would prevent erroneous input from users that are using the arrow buttons of the field.
I’ll implement the workaround and keep Forminator up to date. Thanks for an amazing product and for the thorough support.
Hi there,
The form: https://pastebin.pl/view/c89502c8 (I removed e-mail addresses and a name from the confirmation e-mail)
My WordPress and all plugins and themes are up to date.
I am using the latest FireFox browser on a Windows 10 machine. Resolution 1920×1080.
Coming days I am not near my computer to reply to this thread. Probably Thursday again, so if there’s more questions it will have to wait for a bit. But thank you for debugging!
>> I understand that the main issue is related to the error validation not being displayed. Could you please confirm this? >>About the display:none; it is normal as that’s removed dynamically when the error needs to appear.
Yes, the main issue is that the validation error on the Time field is not displayed. The
display:noneseems not to get removed on a window bigger than 783px (my browser on a laptop). When I resize to a smaller browser window it does get displayed.>>Error not displaying when date is not filled, could you please confirm if this happens after clicking on submit?
Yes, it happens after clicking on submit. However it is the Time field error that does not display, the Date field error gets displayed properly. I tried putting all fields below each other instead of next to each other (the way I actually want them) to give more room for error display but this did not make a difference.
I am using the AJAX submit and Validation on Submit, inline validation is switched on (and on all other fields it works). Switching to ‘page reload’ for submitting does not fix the behaviour.
Thank you for looking in to this.