Can I set a field to display a minimum amount

  • hughdal
    Asked on July 30, 2015 at 7:01 PM

    The field "cost for each print" I would like be a minimum $5

    So if the calculated cost works out to $4.95 it displays $5.00

    Same if the calculated cost works out to $1.00 it displays $5.00

    Thanks

  • Welvin Support Team Lead
    Replied on July 30, 2015 at 11:58 PM

    You can add another "Cost for each print" field then conditionally fill it based on the first "Cost for each print" field value. Here are the conditions:

    Can I set a field to display a minimum amount Image 1 Screenshot 20

    You can hide the other "Cost for each print" field so it's not visible in the form.

    I've cloned your form and made these changes. Here's the link for you to view it: http://www.jotformpro.com/form/52109458816965.

    You can clone it back by following this guide: https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL.

    Just to note up, don't use a $ sign in the equation because that would cause a problem in the calculation. You're adding it as a text instead of a number.

    Thanks