0

I created a Umbraco form with Email field and select validation is Email Regex. When i type a email on form i see a error

Uncaught TypeError: Cannot read property 'call' of undefined. Exception occurred when checking element 08dd7508-58fb-4b31-df98-5108a50a91b8, check the 'umbracoforms_regex' method.

And I debug in Jquery Validation file and see "umbracoforms_regex" I dont know how solve this error. I cannot submit form now because this error

Screenshot Error

I using Umbraco form 4.4.0, I tested and all validate in here same error

Screenshot Validation option

Sparky
  • 98,165
  • 25
  • 199
  • 285
Jun89
  • 61
  • 6
  • The error means that `umbracoforms_regex` is not defined. The jQuery Validate plugin is looking for a method called `umbracoforms_regex` and it does not exist. You have to create this custom method if you want the jQuery Validate plugin to be able to use it. – Sparky Dec 20 '16 at 15:48
  • @Sparky - this is not a duplicate. In Umbraco that method should be provided as part of the CMS configuration and it's a bad idea for someone to try and create that method themselves. – Jason Elkin Dec 22 '16 at 18:07
  • @JasonElkin, my wording was poor, but I'm not necessarily telling them to create a method from scratch; I'm telling them that the plugin is not seeing the requested method, and it needs to be provided... created by them, or provided by Umbraco. Either way, the plugin is not seeing it. – Sparky Dec 22 '16 at 18:12
  • @Sparky yes, but it's not a duplicate - the answer that's been linked to will not and can not solve the problem that OP has. – Jason Elkin Dec 22 '16 at 18:15
  • @JasonElkin, if I re-open, will you be able to post a detailed answer that solves this problem? – Sparky Dec 22 '16 at 18:31

0 Answers0