Dear Appery,
using PhoneGap to read email address', some of the records hold the value "undefined" so i added this code to that JS' mapping:
code
if (value == 'undefined') {
return 'no email found';
}
/code
but this doesn't do the trick... what is the correct way to way to get this done?
Thx much in advance,
Best,
R.