Question
Show/Hide JavaScript some field based on Numeric Field Value
Show/Hide JavaScript some field based on Numeric Field Value
I have three field as below:
"NumericField1"
"TextField1"
"TextField2"
Conditions:
If "NumericField1" = 0 then Show "TextField1" & Hide "TextField2"
If "NumericField1" = 1 then Hide "TextField1" & Show "TextField2"
I need JavaScript for this calculation