We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b3ca3d + 43bb56c commit 0a21e6cCopy full SHA for 0a21e6c
pub/errors/default/report.phtml
@@ -49,7 +49,7 @@
49
<div class="field telephone">
50
<label for="telephone" class="label">Telephone</label>
51
<div class="control">
52
- <input type="text" name="telephone" id="telephone" value="<?= $this->postData['telephone'] ?>" title="Telephone" class="input-text" />
+ <input type="tel" name="telephone" id="telephone" value="<?= $this->postData['telephone'] ?>" title="Telephone" class="input-text" />
53
</div>
54
55
<div class="field comment">
0 commit comments