Page 1 of 1

Hide and show fields

Posted: 09 Dec 2020
by crolle
I have a form where I have a price column. If prices exceed 1000, I want to show some fields. But if it's below 1000, I want to show others. Is it possible to solve?

Re: Hide and show fields

Posted: 10 Dec 2020
by Nikita Kurguzov
Dear crolle,
Of course! This should be rather simple. Please, refer to this article on how to conditionally hide fields - https://spform.com/javascript-framework ... ynamically

And this article will help you get the correct data from the field - https://spform.com/javascript-framework ... eld-values