Hi guys
Iam using one of the hook code to calculate the difference in minutes, but the results is always on blank:
https://formidableforms.com/knowledgebase/frm_validate_field_entry/#kb-calculate-total-time
Also i did with Javascript and is the same (blank field).
https://formidableforms.com/knowledgebase/javascript-examples/#kb-calculate-time-difference
In both cases there is just 3 fields involved, initial, end and result.
Some has been in the same issue
Best regards
Please login or Register to submit your answer
<p>I think both of these cases call for some simple debugging and you'll likely find it's a typo or something similar. Here's a tutorial on debugging Formidable hooks - <a href="https://connect.formidableforms.com/user-tutorials/debugging-formidable-hooks/">https://connect.formidableforms.com/user-tutorials/debugging-formidable-hooks/</a> For debugging the javascript, you can use the browser debugger tools (F12) and trace through the source code. If you post a link to your page representing your javascript attempt I can take a few minutes and point out what you can look at.</p>
Agreed. I think we probably need to see the page or javascript (preferably both).