THis plugin is awsome!!!!
thanks, glad you like it. Do leave a review when you a moment to spare.
Calculated field.
esapacally in the repeated grid.
what do you mean by a calculating field?
Well for example:
I have a grid with repeatable field:
Date – hours – per hour – total
2021-04-30 – 10 – 25 – = hours * per hour ( 10 * 25 = 250)
2021-04-29 – 8 – 25 – hours * per hour ( 10 * 25 = 200)
Than a grand total at the end whould be very awesome. – 450
I hope this make it understandable.
so this is quite easy to achieve.
If you have a row with the 4 fields (or even 3 if the ‘per hour’ is a fixed value, then you can get your form user to fill in the date and hour field and make the ‘total’ field read-only.
You then need to use the advanced API to create a custom javascript file which allows you to trigger a script whenever a field changes. For more details please see this tutorial.
Woohoo! Way to go 🙂 Was the JavaScript API useful?
It would be nice if you can make a tutorial of your calculated field, and then I can link it in the tutorial section of the plugin so others can find it.