In Gravity Forms (a popular WordPress forms plugin), the Pricing Fields > Option output shows the option price when the form loads. When a selection is made, the pricing for all the options in that group update to show the relative pricing for each option (how it affects total price, plus or minus). Instead, I needed it to just show the static price for each option, even after a selection is made.

The option label format is constructed from the JavaScript function “gform_format_option_label”, which you can override for your form or theme. Using the Gravity Forms Documentation, the solution ended up being: