Hidden at Beginning of Form
The following javascript is added at the beginning of the form:
function gform_format_option_label(fullLabel, fieldLabel, priceLabel, selectedPrice, price, formId, fieldId) {
priceLabel = " " + gformFormatMoney(price) + '';
return fieldLabel + priceLabel;
}