Hi,I have a fillable and very long form designed in livecycle.What I
want is, if a user changes a certain field (lets say it Field 1);1- All
other fields values should become blank.2- All fields on the form which
are hidden in default but made visible by some actions of the user, to
become hidden again.I found a way doing this in Field 1's change event
with this code:xfa.host.resetData();xfa.form.remerge();This actually
works. After changing Field 1, all other fields contents are erased and
the ...