[ad_1]
Hello, I am trying to display the price of a product in the live summary receipt next to the label. I noticed with version 2 of pro there is an action that I think(?) does this but have had no luck implementing it.
gform.addFilter("gotrls_display_option_price", function (includeOptionPrice, formId, fieldId) {
return true;
});
Currently on the frontend I get this Phone Taxes *: Taxes However Im trying to get Phone Taxes *: {price}
