1
I’m making a form and the first solution I saw was to create a keyboard with buttons with only letters numbers the erase button and the space button but now what I really wanted was a box that allowed only numbers and letter because it makes itif very boring to write with the virtual keyboard how can I do this on a web page?
Any idea? or the virtual keyboard with buttons is the best idea?
<form>
<input type="text" required="required" name="text" pattern="[a-z\s]+$" />
</form>
I’m not the one who said no, but commenting on that question takes the focus off your problem, and goes downvote. If you want someone to help you, avoid commenting votes within the question.
– user28595
But the reality is I won’t know what’s wrong with just votes
– Amadeu Antunes
How about adding what you’ve already tried to do? It would greatly improve the question.
– user28595