Fields
Validating form data before saving
Remote validation allows users to verify the correctness of their form data before it is saved permanently. This process ensures that the information entered meets specific criteria and is free from errors, enhancing data integrity and user experience.
When a user submits a form, remote validation checks the data against predefined rules. Unlike immediate validation, which occurs as the user types, remote validation involves a check after submission, providing a final layer of verification to catch any issues that may have been missed during the initial input.
If any issues are detected, users are notified, allowing them to correct the errors before final submission.
Note: This feature is not enabled by default. If you would like to use it for your forms, please request its setup. The implementation is simple and requires minimal effort. You can use this feature to easily verify the accuracy of the information before saving or printing.