How to create minimum requirements on Numeric Parameters

  • soapstoneproducts
    Asked on August 8, 2018 at 7:57 AM

    We are using a form that creates a price based on the length and width information that a customer provides us. Can we create minimum requirements on

  • AshtonP
    Replied on August 8, 2018 at 9:49 AM

    You entered the question in the title field and it was cropped. Hence I don't know what fields you are trying to limit here. 

    I hope you want to limit the values specified in the Width and Length numeric fields. It's very easy to limit numeric values with minimum and maximum numbers. Here is the screenshot.

    64360 limit number Screenshot 10

    If you want to limit the overall dimension i.e. Width * Length you could also do that using your price field because it already has the same calculation in place.

    You can create a condition if Price value < Some Amount then disable the submit button and show a warning message. 

    Let us know if you that helps.