I’ve been playing around on Ironclad’s Workflow Designer wherein I was trying to set validation rules.
My use case: If there is a number and I want to put a validation, maybe a negative value or more than 100. Or maybe I want to create an option in my form where I want my user to enter a value between 1-99, not more than 99, not less than 1. My question is… If I want to do this, then, if my end user adds a no. (for e.g.: 101), then that particular option should give a warning/trigger sign similar to “missing required field”, like adding values between 1-99 only. What I want is, the option should not accept value outside of the prescribed limit, it should prevent the user from submitting the form.
Please let me know how to do this?