The only way I could think of it is to put a conditional on the submit button to show or disable if the fields in question are < 101 and > 0
you could also place an HTML content block with an error message that is shown if the fields are not within the range.
alternately you could use the range slider.
Thread Starter
Cujo56
(@cujo56)
Thanks David… (again, great work)
Both great suggestions… My form is using about 30 fields requiring a numeric range and is calculating totals in real-time. Submitting it is optional and not really required for this form.
I tried the slider at first but given the number of fields there were just too many making the form too cumbersome.
I peeked at the source code to try to wrap my head around your existing field condition logic but not sure I follow it and if it’s even possible to include a regular expression in a field? (this is my weakness, not a reflection on your development)
Is that a path worth exploring?