i am getting this error message when users get their reset password link once they input their details to reset their password.
Fatal error: Call to undefined function WAValidateEM() in /home/ladee457/public_html/forgotpassword.php on line 10
and also at the bottom of the page reset password page (once you recieve an email for the return) there is this showing
var Reset_Password_group_Email_Spry = new Spry.Widget.ValidationTextField("Reset_Password_group_Email_Spry", "email", { minChars:5, maxChars:100, isRequired:true , validateOn:["blur"]}); var Reset_Password_group_Password_Spry = new Spry.Widget.ValidationPassword("Reset_Password_group_Password_Spry", { minChars:6, maxChars:500, isRequired:true , validateOn:["blur"]}); var Reset_Password_group_Confirm_Spry = new Spry.Widget.ValidationConfirm("Reset_Password_group_Confirm_Spry", "Reset_Password_group_Password",{validateOn:["blur"]});