File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Contact/view/frontend/templates
Customer/view/frontend/templates/widget Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ $viewModel = $block->getViewModel();
52
52
title="<?= $ block ->escapeHtmlAttr (__ ('Phone Number ' )) ?> "
53
53
value="<?= $ block ->escapeHtmlAttr ($ viewModel ->getUserTelephone ()) ?> "
54
54
class="input-text"
55
- type="text " />
55
+ type="tel " />
56
56
</div>
57
57
</div>
58
58
<div class="field comment required">
Original file line number Diff line number Diff line change 14
14
</span>
15
15
</label>
16
16
<div class="control">
17
- <input type="text "
17
+ <input type="tel "
18
18
name="telephone"
19
19
id="telephone"
20
20
value="<?= $ block ->escapeHtmlAttr ($ block ->getTelephone ()) ?> "
Original file line number Diff line number Diff line change 49
49
<div class="field telephone">
50
50
<label for="telephone" class="label">Telephone</label>
51
51
<div class="control">
52
- <input type="text " name="telephone" id="telephone" value="<?= $ this ->postData ['telephone ' ] ?> " title="Telephone" class="input-text" />
52
+ <input type="tel " name="telephone" id="telephone" value="<?= $ this ->postData ['telephone ' ] ?> " title="Telephone" class="input-text" />
53
53
</div>
54
54
</div>
55
55
<div class="field comment">
You can’t perform that action at this time.
0 commit comments