I've this code below in a form that depending of the day of month, sets a specific checkbox (month)
All of the sudden it stopped working
[frm-set-get day=[date format=d]][frm-condition source=param param=day greater_than=24][frm-math]([date format=n] + 3 ) % 12[/frm-math][/frm-condition][frm-condition source=param param=day less_than=25][frm-math]([date format=n] + 2 ) % 12[/frm-math][/frm-condition]
can someone assist so it can work again?
This is difficult to help with without accessing your site. When something that's been working all along suddenly stops working, it's usually due to a conflict somewhere, whether that be server or plugin level. Unless you've changed your code recently, reviewing the code isn't much help to solving the problem.
I suggest you enable WordPress debug and step through the standard WordPress self-troubleshooting steps.
All of this troubleshooting needs to be done by you or someone you hire that can access your server to help find the problem. As community volunteers, this is much more than we can help you with without a paid project.
You could try opening a support ticket with Formidable, but since your issue is about custom code, they may not be able to help and will only redirect you back here to the volunteer community.
If you need developer assistance, please visit the Formidable Masterminds Developers Directory to search for resources.
<p>Ok - thanks for your reply - I'll then seek a solution elsewhere / another formular plug-in . </p>
Please login or Register to submit your answer