Question
Having trouble with form field math binding
I have a page that outputs a bunch of rows with form fields from a query. I am trying to bind a totals field to some simple math between a couple of the form fields and cannot get it working for some reason. What I am trying to do is:
bind = {((field1_#id# -field2_#id#) + #field3_#id#)}
What would be the best way to go about this?
