{ "fields": [ { "label": "Enter single ounce cost ($):", "id": "enter_single_ounce_cost", "type": "input" }, { "label": "Enter per acre application rate (ounces):", "id": "enter_per_acre_application_rate_in_ounces_1", "type": "input" }, { "label": "Cost per day per acre:", "id": "", "type": "output", "formula": "({enter_single_ounce_cost}*{enter_per_acre_application_rate_in_ounces_1})/8", "format": "currency" }, { "label": "Enter case cost ($):", "id": "enter_case_cost", "type": "input" }, { "label": "Enter ounces per case:", "id": "enter_ounces_per_case", "type": "input" }, { "label": "Enter per acre application rate (ounces):", "id": "enter_per_acre_application_rate_in_ounces_2", "type": "input" }, { "label": "Cost per day per acre:", "id": "", "type": "output", "formula": "(({enter_case_cost}/{enter_ounces_per_case})*{enter_per_acre_application_rate_in_ounces_2})/8", "format": "currency" } ] }