This is what I have so far.if(xfa.ONE.FORM.ASSAY.rawValue== true){
//xfa.ONE.FORM.CO_ASSAY.presence = "visible";}else
if(xfa.ONE.FORM.ASSAY.rawValue== false){
//xfa.ONE.FORM.CO_ASSAY.presence = "hidden";}
Hello,I want to have 6 fields that both turn on (become visible) and
become required when I check the check box to their left on the form.
All the fields are on the same page and are all text fields.The On Value
is set to "Yes"The Off Value is set to "No"Cheers,Wes
xfa.host.resetData(xfa.form.ONE.SAMPLE_PG_1.somExpression);xfa.host.resetData(xfa.form.ONE.SAMPLE_PG_2.somExpression);I
had these two scripts in the click event to only clear the last 2 pages.
I moved them to the if clause and now it works. Thanks for your
helpCheers,Wes
This seems to work for bringing up the message. However, when I click
the button, the message comes up but the info is already cleared.
Therefore, even if I click no, the info is still cleared.Cheers,Wes
Hello,I would like to have a validation message pop up when a user
presses the reset button. I would like it to read something like,
"Pressing this button will reset table data. Are you sure you would like
to proceed?"Thanks,Wes
Hello,I would like to have some sort of function on my document that
creates a unique number for each submitted form. The form is both
submitted by .xml and .pdf. is there a way to do something like
this?Cheers,Wes