Input alfanumerik

<p>
    <input type="text" name="identifier" class="field" pattern="[a-zA-Z0-9]+" />
</p>
Scary Swan