6.21 Issue with time
-
Hi Formidable team, thanks for making such a great plugin.
We’re having an odd issue with our time input. We did not experience this issue at all before upgrading into 6.21 (and 6.21.1). They sometimes save very weirdly on some of our forms.
For example, we have a form with lots of inputs, including a start time and end time. This form, each time we create/save/update an entry, adds 5ish hours to both times (even when we don’t touch any of the inputs, at all). It’s almost like its validating the time input, but accidentally adding time with the validation, or improperly converting from int to string and back, etc.
Some info that might help troubleshooting, or provide context somehow:
- We have another form, and those times save fine. It was created after upgrading.
- We do have the add_filter( ‘frm_option_is_valid’, ‘__return_true’ ); in our functions.php
- I’ve noticed when this does happen on an entry, looking at the right hand side info it’ll show the updated at message with the time also +5ish hours ahead (but created at time is fine). Then, that’ll revert back into the proper time on refreshing screen, but the time inputs never correct themselves.
- We are on php 7.4, wp 6.8.1
Thank you for the help.
The topic ‘6.21 Issue with time’ is closed to new replies.