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.

execValidate() question - how to tell where it fails?

Avatar

Level 4
I'm using the following to check that all the required fields in the form are completed before mailing.



var varcheck = xfa.form.form1.execValidate();



Although all the fields highlighted in red, including a selection in a radio button group)are completed. It's still returning false. Is there a way to find out where it's failing (i.e., which required field(s) are still not filled in)?



Thanks in advance.
0 Replies