Hi everyone,
I have a custom form with a Text Input component. It’s set as a “Number” field type in the component settings.
I want to have an error message show on the screen conditionally, if the number entered by the user is less than 2.
When I try to change the message’s visibility, I only have “equal to”, “not equal to”, or “contains” options. Since the user is inputting a number, is there a way to use numerical logic? Like less than, greater than, etc. Thanks!