I'm trying to clear a series of fields if a user selects a check box. I am very new to using Javascript so I'm not sure where to start.... any ideas out there? thanks!
I'm trying to clear a series of fields if a user selects a check box. I am very new to using Javascript so I'm not sure where to start.... any ideas out there? thanks!
if (event.value=="Yes") {
this.getField("field1").value = "";
this.getField("field2").value = "";
this.getField("field3").value = "";
// ... etc
}
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com