I have a single line of text field that when the form first loads is the only one that shows to the user. When the user starts typing into this single line text field, I want another single line text field to show.
So the second single line text field should be hidden when the form first loads.
I've searched online and people recommend using isNullOrEmpty(value) to hide the second field, but this does not work for me. I have tried both Named Controls and Item Properties as values to no avail.
For some reason if the first field is a selection dropdown list then the hide/show function works.
Any ideas?
I am using Nintex Forms for Office365 App Version: NFO 2.0.1.1
Thanks

