validation to prevent numeric input more than 100 103 Postsshubhaanshu 6 years ago3TopicHi friends,Can anyone suggest which validation plugin/ setting should I apply to limit input field value to "100", it should prevent input more than 100.Thanks & Best Regards 4229 PostsKadministrator 6 years ago2Level 1Easiest would be to just make it select numeric. 103 Postsshubhaanshu 6 years ago1Level 2Thanks Klas for your reply, actually it is an "Obtained Marks" field which can have numbers in points also like "66.50" etc. that is why I could not use select numeric. Is there any other way to do it? 4229 PostsKadministrator 6 years ago0Level 3Nothing built in, you could write your own function and implement it using function validation plugin.