We have noticed that applicants are able to add characters to the input field of type 'tel'. Could you please take a look at this issue? Thank you in advance.
Issue:
Solution:
'onkeypress' => 'return /^[0-9+]$/.test(event.key)' since tel type doesn't block user typing characters