How do I set up Custom Pricing Rules?

Payments

Can I automatically send a Stripe receipt to my customers when they pay on a form?Can I capture a payment and process it later?Can I change the message for "sold out" products?Can I have a payment field that doesn't take payment, like a quote or order form?Can I make Prices, Products, or Subscriptions discountable?Does Paperform support 3D Secure payments?How do I enable Google Pay on my Stripe checkout?How can I accept payments or donations on my form?How can I add and configure a Price field on my form?How can I add calculated shipping on my form?How can I add complex tax to my form?How do I add and configure products on my form?How do I add or manage payment accounts so I can take payments?How do I charge my customers fees/taxes on my form?How do I choose what currency my form payment is in?How do I connect and configure a Stripe account?How do I connect and configure Square Payments?How do I connect Paypal with Braintree and Paperform?How do I enable 3D Secure for Braintree payments?How do I enable PayPal as a payment method on my form?How do I export products?How do I give a customer the option to pay now OR pay later?How do I give discounts or coupons on my forms?How do I manage product stock on my form?How do I set up recurring payments or subscriptions?How do I add sales tax to payments?How do I connect a Paypal Business Account?How do I connect and configure a Braintree account?How do I import products?How do I set up Custom Pricing Rules?Is Apple Pay supported?How do I send a receipt when the form is submitted?What is the Stripe subscription verification charge?Using 3D Secure payments with Stripe subscriptionsWhat payment methods are available with Stripe?

With Custom Pricing Rules, you can use logic to modify the total price when specific conditions are met. You can also include a processing fee (fixed-price and/or percentage) to add on to the total. They're great for any pricing structure that's a bit too complex to be handled using Product and Price fields alone.

If you want to achieve some seriously powerful dynamic pricing, you can do just about anything using Custom Pricing Rules with a Calculation field (see below for more info).

Screenshot of the Custom Pricing Rules menu

To configure Custom Pricing rules:

  1. In the form editor, go to Configure → Payments and toggle on "Custom Pricing Rules."
  2. If you like, include a fixed price or percentage fee to add on to the total.
  3. Enter a checkout label. All of the adjustments made by Custom Pricing Rules will be represented by a single line item at checkout, and you can set the name for that line item here.
  4. Add rules and configure them to behave in your preferred manner. You can add as many as you like, however, note that rules are applied in the order they are listed. The rules are made of two parts, a condition (when the rule will be used) and an action (what the rule does). The action is applied directly to the total price.

Number Questions and Calculations

To add the answer to number questions or calculation results directly to the price, you can do with the following setup. This means that when the targeted question is answered, we're simply going to add its answer to the total price. You could also subtract, divide or multiply the total price by that answer.

Screenshot of a Custom Pricing Rule: "When...[Calculation]...is answered...then...+ answer"

You can also use a calculation's answer to override any other pricing on the form, replacing totals from Price and Product fields rather than adding to them. To do this, select "= answer" instead of "+ answer" in the last dropdown pictured above.

Gotchas

If you're using Coupons on the same form, it's important to note how these will interact with your Custom Pricing Rules.

  • If a rule uses + or -, the coupon will be applied before the rule.
  • If a rule uses x or /, the coupon will be applied after the rule.
  • If a rule uses =, the coupon will not be applied at all.

To put it simply: coupons with set amounts get along with CPRs that add or subtract from the total, and coupons that give percentage discounts get along with CPRs that multiply or divide. Other combinations might not always work as expected, so it's a good idea to test out different combinations on your form to make sure the total is always correct.