Avatar

Level 5

Mike,

Below are the two lines i have added on click of the steak checkbox.

xfa.host.resetData("form1.Page1.MENUchoiceMAIN")

form1.Page1.MENUchoiceMAIN.STdinSF.STdin.instanceManager.removeInstance(1)

This is script on click of the "Steakckbx14" check box

MENUchoiceMAIN.STdinSF.presence = "hidden"

if (this.rawValue == "1"){

          MENUchoiceMAIN.STdinSF.presence = "visible";

}

xfa.host.resetData("form1.Page1.MENUchoiceMAIN")

form1.Page1.MENUchoiceMAIN.STdinSF.STdin.instanceManager.removeInstance(1)

Vjay