I have an Acro Pdf file that I read into an SfPdfViewer. Then I can fill in all the fields of the form. What I need to do, is OnSave, to find all the Required fields and confirm that they indeed have data. But when I loop through the fields I only have the initial values. How can I access the values that have been filled in just now so they can be validated?
Thanks!