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>