syntax error: invalid default XML namespace
Hi,
I am receiving this syntax error for my default value in my switch function. the error I am receiving is "invalid default XML namespace 60 @ line 61"
these are my variables:
var v = this.getField("1").value;
var x = this.getField("2").value;
var y = this.getField("3").value;
this is the line:
default:
app.alert("must select");
break;
}
All i want is the default value to hide var x & y or have an app alert saying the client needs to complete this part if var v = no
very new to switch functions so I apologize if it is a rookie mistake.
