Thanks for the reply.
I had a quick go at setting that up but the problem is that each "row" of the incomes/expenses has 2 values - the text description of each item and its monetary value, eg:
Widgets - $34.99
What I was thinking was that you could define 3 fields/questions:
- Incomes - long free text
- Expenses - long free text
- Budget Totals - multiple numerical input
The 2 x free text questions could be css'd to align side-by-side, and the budget totals question could have 3 subquestions - Total Income, Total Expenses, Net Budget.
The value of "Net Budget" could be computed automatically from the two totals.
Come to think of it, so could the Total Income/Expenses fields since it can assume each line of the textarea fields have a numerical value in there somewhere.
So yeh - a little JS tinkering and we've have a system in place that wouldn't be too hard to use?
// SM