I want this field to be limited to maximum 3 numbers and that you can't type more
<input id="password_field_4" class="input_field" type="number" name="cvv" title="CVV" placeholder="CVV" max="3" >
What can I do? Do I need Javascript?
I already tried researching it, but didn't find anything helpful