Created a form in using Uniform that worked fine when using the example, but when editing the fields it’s now causing errors. Any guidance regarding this would be superb.
The validator does not exist:
// check for missing validators
if (isset($validators[$method]) === false) {
throw new Exception('The validator does not exist: ' . $method);
}
This site is still in development but you can try the form and see there error here: https://suljam.com/contact Thank you