Good day, SyncFusion team!
We're currently using the PDF Viewer tool on a project running on ASP.NET Core to retrieve and submit PDF Forms. More recently, we wanted to implement validations within the PDF Forms being served, but found out that native validations created within the PDF don't work when submitting the form.
Additionally, we attempted to implement validations by enhancing the served documents' HTML fields and adding HTML5 functionalities like type="number" or type="date". Unfortunately, modifying the DOM would result on the affected fields to not be returned to the server upon submission.
Is there any feasible way that we might be able to implement validations within the PDF Forms being served so that the user won't be able to submit forms in invalid states?
Looking forward to your response.