custom validation-theme Forgot Password
-
Hi,
i need know, how to incorporate a validation to the mail field, for example regular expression, to prevent the submit event. Please see images -
This can be solved by using client-side validation in your theme for the corresponding forgot password page. On the authorize page you would pull in JS to check the users email in any manner you see fit.
https://fusionauth.io/docs/v1/tech/apis/themes
https://fusionauth.io/docs/v1/tech/themes/Josh