Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Validate empty exclusion group

Avatar

Level 2

I have an exclusion group with an on empty message set. I have a print button with the following javascript code to check if any field with an empty  message isn’t set:

   

  var txt = topmostSubform.execValidate();

    if (txt == true){

    xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);

      }

I have noticed that even if I select a radio button from the exclusión group I can’t printand shows the empty message for that field.

I am using Adobe LiveCycle Designer 8.0 and Adobe Acrobat 8.0 Professional to view.

1 Reply

Avatar

Level 10

Hi,Seems to work for me as I understand the problem, can you share the form, (maybe Acrobat.com, Google docs, ...) and post a link in this thread?