Cognito-forms – Subtotal minimum amount

cognito-forms

I have an order form where the minimum order, before shipping, needs to be $150.00

How do I create the formula for this?

Best Answer

I'm a developer with Cognito Forms.

You can set this up using a Calculation field with the title of 'Subtotal' and the following calculation to call and see what the Subtotal of the form is, you will also want to set the fields 'Type' to 'Currency'.

=Order.SubTotal

You can then set up a custom error that will prevent a user form submitting the form when the Subtotal is less then $150.00. In the custom error message, the field that i'm checking is the 'Subtotal' calculation field.

enter image description here