{ "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", "type": "input" }, { "label": "Cost per day per acre:", "id": "", "type": "output", "formula": "{enter_price_per_lb}*{enter_per_acre_application_rate}/40", "format": "currency" }, { "label": "Enter price per bag", "id": "enter_price_per_bag", "type": "input" }, { "label": "Enter bag lbs.", "id": "enter_bag_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_price_per_bag}/{enter_bag_lbs})*({enter_per_acre_application_rate_2}/40)", "format": "currency" } ] }