i need to show a field's text description only if the field is not empty
hi,
i have a form where i want to dispay the descriptive text if its field is not empty. if the field happens to be empty i want the text to be hidden.
NAME ______________
if the user doesnt fill in the Name_Field, i do not want "NAME" to show.
i tried doing this by making Name_Text field and using condition to show "NAME" if Name_Field is not empty. i couldnt get it work. is there an easy way to get this done?