diff --git a/roles/regcfp/templates/config.json b/roles/regcfp/templates/config.json index 0c87e0e86c..396c95a99e 100644 --- a/roles/regcfp/templates/config.json +++ b/roles/regcfp/templates/config.json @@ -193,13 +193,14 @@ "split": 0 }, "regfee": { - "display_name": "Registration Fee", + "display_name": "Registration Fee in USD $", "type": "string", "required": false, "private": true, "placeholder": "25.00", "readonly": false, "split": 0, + "message": "All amounts are in US dollars.", "onchange": "javascript:update_estimates();" }, "reason": { @@ -448,6 +449,7 @@ "private": true, "shownifkey": "flights_needed", "shownifval": "My trip to Flock requires air travel.", + "message": "Please provide the amount in US dollars.", "onchange": "javascript:update_estimates();", "split": 2 }, @@ -493,6 +495,7 @@ "private": true, "shownifkey": "needassistance", "shownifval": "Yes, my attendance requires financial assistance.", + "message": "Please provide the amount in US dollars.", "split": 2 }, "total_othertransit": { @@ -611,27 +614,33 @@ "shownifkey": "needassistance", "shownifval": "Yes, my attendance requires financial assistance.", "html": [ - "
Estimated costs for funding request
", - "Estimated round trip airfare: $-- USD
", - "Airfare booking fee: $--
", - "Boston-to-Cape-Cod bus (round-trip): $--
", - "Other transit-related costs: $--
", - "Lodging, X nights x ($139.99 + 15.40): $--
", - "Registration fee: $--
", - "Total: $-- USD
" + "Estimated round trip airfare: | $-- USD | ", + "
---|---|
Airfare booking fee: | $-- USD | ", + "
Boston-to-Cape-Cod bus (round-trip): | $-- USD | ", + "
Other transit-related costs: | $-- USD | ", + "
Lodging, X nights x ($139.99 + 15.40): | $-- USD | ", + "
Registration fee: | $-- USD | ", + "
Total: $-- USD
" ], "split": 2 }, "afford_to_pay": { "display_name": "If I am funded, I can afford to pay:", "type": "radio", - "options": [20, 40, 60, 80, 90, "other"], + "options": [20, 40, 60, 80, 90, "Other"], "required": false, "private": true, "shownifkey": "needassistance", "shownifval": "Yes, my attendance requires financial assistance.", - "split": 2 + "message": "All amounts in US dollars.", }, "afford_to_pay_custom": { "display_name": "Amount",