Skip to main content
Topic: Validator method 'validate_alpha_num' does not exist. (Read 948 times) previous topic - next topic

Validator method 'validate_alpha_num' does not exist.

I was trying to use the validation type alpha_num which I selected from the available choices.

When submitting the form, I receive a server error 500 that says Validator method 'validate_alpha_num' does not exist.
file error from location: \libs\GUMP.php On Line 456

So, looking at that file, I found that the library has a method called alpha_numeric ... so I changed the field to alpha_numeric and it now works..