Checks if the value equals or is below the given maximum
if(v::max(5, 10)) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: max: 10