Validating Custom Fields
prc.results = validate( target: user, fields: "login,password" );Custom Includes/Excludes
prc.results = validate(
target: user,
includeFields: "username,password",
excludeFields: "id"
);Last updated
Was this helpful?