Avatar

Level 10

Yes.

You can amend the script to remove the value entered using this.rawValue = "";

// form1.page1.subform1.q1::exit - (JavaScript, client)


if (!(this.rawValue == 1 || this.rawValue == 2 || this.rawValue == 3)) {

  xfa.host.messageBox("The answer must be 1 - Yes, 2 - No, or 3 - N/A");

  this.rawValue = "";

}