I apologise for asking, but I couldn’t for the life of me find the answer when reading docs and searching Google.
I have field C that should display if the number entered in field A is less than the value of hidden field B.
For context, the hidden field B is dynamically populated with a number from the page the form is displayed on and I can see in the inspector the value is correctly populated.
I struggled to find the answer online and I had a go with merge tags, so for hidden field B: {Threshold:33}
Also tried reversing the condition, so if hidden field B was greater than user field A {:26:value}
Not really sure if I’m going about it the wrong way, any advice would be appreciated!