So I would like to create a form field where the user is only able to input numbers between 1-10, and I would like it to show an error upon submission if the user enters any number bigger than that.
I know I need to use the title tag for the error, and pattern tag for it however what expressions would I use for the pattern tag?