wf.arrErrorMsg[0] = "這是必填選項"; // required field
wf.arrErrorMsg[1] = "必須是 (a-z) 的英文字母"; // alpha char. only
wf.arrErrorMsg[2] = "請輸入有效的email位址"; // email
wf.arrErrorMsg[3] = "請輸入整數"; // integer
wf.arrErrorMsg[4] = "請輸入浮點小數，如 1.9 "; //float
wf.arrErrorMsg[5] = "您輸入的密碼不安全，請輸入 4 - 12 位元長度的字元";// password - not implemented
wf.arrErrorMsg[6] = "您只可輸入 (a-z 0-9) 的字元或數位"; // alphanumeric
wf.arrErrorMsg[7] = "您輸入的日期格式不正確"; // date
wf.arrErrorMsg[8] = "%% 個錯誤. 您的表單未被提交\n請檢查您輸入的資訊是否有誤."; //