{ "fields": [ { "label": "Enter price per lb ($):", "id": "enter_price_per_lb", "type": "input" }, { "label": "Enter per acre application rate:", "id": "enter_per_acre_application_rate_1", "type": "input" }, { "label": "Cost per day per acre:", "id": "", "type": "output", "formula": "({enter_price_per_lb}*{enter_per_acre_application_rate_1})/30", "format": "currency" }, { "label": "Enter case cost ($):", "id": "enter_case_cost", "type": "input" }, { "label": "Enter case weight (lbs.):", "id": "enter_case_lbs", "type": "input" }, { "label": "Enter per acre application rate:", "id": "enter_per_acre_application_rate_2", "type": "input" }, { "label": "Cost per day per acre:", "id": "", "type": "output", "formula": "(({enter_case_cost}/{enter_case_lbs})*{enter_per_acre_application_rate_2})/30", "format": "currency" } ] }