I am not able to conditionally hide submit button. When I try to conditionally hide the button, it is invisible in every condition i gave(wheather the condition is true or false). When I try to show the button, It is visible even after the condition fails.
I want to check if the field is empty or not. So in that case, what would be the value that needs to be added?
Why don’t you try adding a default value to the url field that will never be a real value, like 999 or something on your choosing. Then set the filter to not equal 999.
Hello Victor - this is very helpful to a problem I had. Thank you.
Please login or Register to submit your answer