HypeConditionLinker: Perform actions based on AND/OR conditions without JavaScript code

there's been a question regarding a parental gate that takes three numbers entered in the right order:

Here is a solution using the HypeConditionLinker
https://www2.aachener-zeitung.de/zva/karlo/test/Parental_gate/

This time it's triggered by a few lines of code. just to show it's extendable.
Parental_gate.hype.zip (28.8 KB)

///////////////////
Note: added a new feature to the script so that it can test for the right order too. to achieve this just add data-logic-mode-strict -> true as additional data-attribute for the instance. <- just avaiable for "and"-conditions ...

1 Like