I'm struggling to replace "no file chosen" with "cv" on the file input field. I tried adding a placeholder, but it didn't work as expected.
https://i.sstatic.net/wQqcS.png
<div class="col-md-6 form-group ">
<input type="file" class="col form-control text-field-box mt-3" name="cv" id="files" placeholder="CV" accept="application/pdf" required />
<label class="ml-3 "
style="font-size: 13px;position: absolute;top: 0px;
font-family: 'Roboto', sans-serif;font-weight: 300;">CV</label>
</div>