<div class="form-group">
<label class="form-label required"></label>
<input class="form-control mobilenumber @error('mobile') is-invalid @enderror phone"
type="tel" id="number" name="mobile" onkeypress='validate(event)'>
<input type="hidden" id="code" name="countrycode" value="1">
@error('mobile')
<div class="invalid-feedback d-block">
</div>
@enderror
</div>
Here i want my country code will be bangladesh and it will be fixed.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire