How will be the script in the case below?
If there is a value into Text fieldA then textFieldB becomes visible!
Thanks
How will be the script in the case below?
If there is a value into Text fieldA then textFieldB becomes visible!
Thanks
if (xfa.event.newText == "AAA"){TextfieldB.presence = "visible";}else{TextfieldB.presence = "hidden";}
Ensure that the form is saved as a dynamic form.
Change language to JavaScript
In the exit event of TextFieldA enter the following script