spivurno
9/29/2015 - 1:21 AM

Gravity Wiz // Gravity Forms // Remove Price from Option Labels

Gravity Wiz // Gravity Forms // Remove Price from Option Labels

<script type="text/javascript">
function gform_format_option_label( fullLabel, fieldLabel, priceLabel, selectedPrice, price, formId, fieldId ) { 
        return fieldLabel;
}
</script>