I want to change the input field so the user can only write 1 letter and then 7 numbers like s1234567. I tried to make the input field numbers only but then I cant write the first letter.
<div class="page" id="login-page">
<h1>Aanmelden</h1>
<input id="loginInput" placeholder="s1234567">
<button id="loginButton">login</button>
</div>