In this example, we will limit the maximal value entered in an input field according to the one entered in another one.
The form has two input fields:
The form has two input fields:
- The first field is limited between 0 and 100 (limitation defined in the rule range: [0, 100])
- The second one is limited between 0 and the value entered in the first field.