{
"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})/21",
"format": "currency"
},
{
"label": "Enter price per bag ($):",
"id": "enter_price_per_bag",
"type": "input"
},
{
"label": "Enter bag weight (lbs.):",
"id": "enter_lbs_per_bag",
"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_lbs_per_bag})*{enter_per_acre_application_rate_2})/21",
"format": "currency"
}
]
}