computerwhiz
Programmer
I have 17 forms that my users will be filling out. and if they decide to go back to one of the forms I want to be able to fill in their old values. But if there were no values there in the first place it fills in the text input value area with "undefined". How do I test my data array to see if it has value or if it is "undefined" so it doesn't fill in the areas with "undefined"?