Hey,
I need help getting a form to work correctly. The form is to quote customers who want their windows cleaned, however because it’s typically low value, my client wants a minimum price adding to the quote. I’ve been following this tutorial which seems to work on the front-end but doesn’t work when sending the quote and only sends the email with the product totals. Here’s what I mean:
Others may be able to help you debug the code, but to quickly fix this, I think I’d remove the the snippet, and just use a Calculation product field.
In a number field that you hide with CSS (“gf_hidden” in the custom CSS so that it still is available on the page programatically), add together the totals of all the product fields with their merge tags.
Add the Calculation field, and set it’s conditional logic to hide if the total is more than 12.
Then, set up the calculation so that the price of the field is 12 minus the total of all of the other products. This allows the person filling out the form to see that there is a minimum fee so that they’re not surprised by that.
Thanks Bet and you may be on to something with the merge tags however the client doesn’t want to show any prices or the minimum fee, so on the styled version of the form all prices are hidden with css, so the only section that shows prices is the total.
Hi Jason, not sure about the tutorial, but this should be possible by using Gravity Forms Conditional Pricing | Gravity Perks | Gravity Wiz and creating a condition where the Product will have a minimum price if some conditions are met (the Quantity, for example)