Field Password
Hi, All
I had a document previously created by my colleague, the text field has password code.
var correctPassword = "A122";
resp = app.response({cQuestion: "Enter the password:", bPassword: true});
if (resp==null || resp!=correctPassword) getField("outside").setFocus();
Instead one password how to include an array of password example from Monday to Sunday,
and restrict used password once use cannot be re-use for another day.
Appreciate any input
