I'm trying unsuccessfully to specify a range for the excellent Validation plugin using metadata, e.g.:
<input type="text" name="weight" id="weight" value="" range="45,135"> But I get a validation error message of "Please enter a value between 4 and 5." so clearly I'm not specifying the range values correctly. Anyone know how to do this? Thanks, Q