Initialy hide dependent field
-
Hi, I have a HTML field that only needs to be visible if another calculated field conditions are met (if calculated value is grater than X). Problem is, on page load the HTML field is initially visible. How do I make that, HTML field be hidden by default and only after the inputs are entered and the value is calculated dynamically, depending on the value – have it shown or hidden.
The way I have it setup works fine once you start populating the inputs – if the value gets bellow X – HTML field is hidden, if it goes above X – it is shown. So I just need to sort this out for the initial CFF form load on the page. I tried using a small placeholder number for it – didn’t work.
Thanks in advance!
The topic ‘Initialy hide dependent field’ is closed to new replies.