I'm working with a time reporting form that includes a lot of calculations, but none of them seem to be specified in the form itself.
For example, I have 14 total hours fields that display values calculated from start, break start, break stop, & stop times in the column above. But the calculations aren't specified in the field itself.
Assuming this was built by a person experienced working with Formidable, where would these calculations live?
Code can be located in a variety of places and it depends whether the calculations are being performed in the browser in real time with jQuery or on the server with PHP. Is there a code snippets plugin? Are external libraries being loaded in functions.php? Does the theme or page builder allow for snippet insertion? If there's no support documentation for the system you're working on, it's unfortunate you don't have that guidance, but in this case, you're on own to find out where the previous dev stashed away the code.
<p>thanks - see answer below (hadn't refreshed the page) - it's in custom theme code. (Real-time, so JQuery.)</p>
Please login or Register to submit your answer