[Show field X if Y field (which is a “select” field) is greater than 2]. This triggers the function properly if I choose 3,4,5,6,7,8 or 9, but NOT if I choose 10.
Same happens if, instead of choosing “greater than 2”, I choose “greater than 4” -> This trigger the function if I choose 40, but NOT if I choose 20 or 30.
This means that Quform makes a weird calculation, where 10 is not “10” but just “1+0”.