Check Box Actions


thanks in advance help. trying set actions on check box, if check box group of fields hidden , if uncheck same check box hidden fields shown. insight or advice offer appreciated.

you can use mouseup event of box:

var fields = ["field1", "field2", "field3"]; // replace actual field names

for (var in fields) {

     this.getfield(fields[i]).display = (event.target.value=="off") ? display.visible : display.hidden;

}



More discussions in PDF Forms


adobe

Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support