Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories Forms
Created by Guest
Created on Mar 31, 2022

Async client side custom validators in Epiforms

Custom validators for Epiforms must currently return their validation result synchronously, this limits the kind of validation to simple string checking.

In scenarios where a server must be consulted to check an input value it is often a better experience for users to get feedback before they attempt to submit the whole form.

There is an example in the Samples of a synchronous ajax call in a validator. This is potentially very bad for user experience. While we wait for the ajax to return the browser will be non-responsive.

Something based on promises would be most welcome.