{ "fields": [ { "label": "Enter single pouch cost ($):", "id": "enter_single_pouch_cost", "type": "input" }, { "label": "Cost per day:", "id": "", "type": "output", "formula": "{enter_single_pouch_cost}/30", "format": "currency" }, { "label": "Enter pouch case cost ($):", "id": "enter_pouch_case_cost", "type": "input" }, { "label": "Cost per day:", "id": "", "type": "output", "formula": "{enter_pouch_case_cost}/800/30", "format": "currency" } ] }